diff options
Diffstat (limited to 'commands/voice/fart.js')
| -rw-r--r-- | commands/voice/fart.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/voice/fart.js b/commands/voice/fart.js index f87ad84..dc17517 100644 --- a/commands/voice/fart.js +++ b/commands/voice/fart.js @@ -8,7 +8,8 @@ module.exports = class FartVoice extends Command { group: 'voice', memberName: 'fart', description: 'gives you a random fart', - guildOnly: true + guildOnly: true, + examples: ['s5n!fart'] }); } async run(msg) { |