From 496af40b52b398b1322e02e1839271cd8d0e270d Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 4 Apr 2018 22:27:02 -0400 Subject: restructure modules --- src/commands/db.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/commands/db.rs (limited to 'src/commands/db.rs') diff --git a/src/commands/db.rs b/src/commands/db.rs new file mode 100644 index 0000000..4e8293a --- /dev/null +++ b/src/commands/db.rs @@ -0,0 +1,5 @@ +use super::*; + +command!(meme(_ctx, msg) { + send(msg.channel_id, "I am not yet capable of memeing", msg.tts)?; +}); -- cgit v1.3.1