From e9799560e033c3de59a99946ad3811dff47c8819 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 14 May 2018 20:46:59 +0200 Subject: Remind: Add Mysql as a possible database The bot also responds with the id and time of a reminder after creation to allow the creator to delete them. Furthermore the InvalidCommand message was fixed and the unnecessary dotenv dependency was removed. --- src/plugins/factoids/database.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/factoids/database.rs') diff --git a/src/plugins/factoids/database.rs b/src/plugins/factoids/database.rs index 702834f..6cd979e 100644 --- a/src/plugins/factoids/database.rs +++ b/src/plugins/factoids/database.rs @@ -1,6 +1,3 @@ -#[cfg(feature = "mysql")] -extern crate dotenv; - use std::collections::HashMap; #[cfg(feature = "mysql")] use std::sync::Arc; -- cgit v1.2.3-70-g09d2