diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-04-05 20:53:37 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-04-05 20:53:37 -0400 |
| commit | 1fda857d25c3d33e593951eef3ce713fa69a7025 (patch) | |
| tree | 23f714c3fc7c7233e498307480109f3ab2f779e3 /src/commands/db.rs | |
| parent | 82aefce4f7c5f24730fb5da22ee426988ae4301a (diff) | |
start to integrate db support with commands
Diffstat (limited to 'src/commands/db.rs')
| -rw-r--r-- | src/commands/db.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commands/db.rs b/src/commands/db.rs deleted file mode 100644 index 4e8293a..0000000 --- a/src/commands/db.rs +++ /dev/null @@ -1,5 +0,0 @@ -use super::*; - -command!(meme(_ctx, msg) { - send(msg.channel_id, "I am not yet capable of memeing", msg.tts)?; -}); |
