aboutsummaryrefslogtreecommitdiff
path: root/examples/07_sample_bot_structure/src/commands/owner.rs
blob: 7836b8fb59aff171c587c425bd6616ce0271aa79 (plain) (blame)
1
2
3
4
5
command!(quit(ctx, msg, _args) {
    ctx.quit();

    let _ = msg.reply("Shutting down!");
});