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