diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-04-04 22:27:02 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-04-04 22:27:02 -0400 |
| commit | 496af40b52b398b1322e02e1839271cd8d0e270d (patch) | |
| tree | 2039e22be2524d5642bfdb727072e991f01e75d9 /src/commands/db.rs | |
| parent | bf6745af21f82562af0b85de566f4e7b7ef5df8c (diff) | |
restructure modules
Diffstat (limited to 'src/commands/db.rs')
| -rw-r--r-- | src/commands/db.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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)?; +}); |
