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