aboutsummaryrefslogtreecommitdiff
path: root/src/commands/db.rs
blob: 4e8293a45d9c75c09b610ccd70cf5b3fb9b9c58a (plain) (blame)
1
2
3
4
5
use super::*;

command!(meme(_ctx, msg) {
    send(msg.channel_id, "I am not yet capable of memeing", msg.tts)?;
});