diff options
Diffstat (limited to 'commands/voice/abee.js')
| -rw-r--r-- | commands/voice/abee.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/voice/abee.js b/commands/voice/abee.js index 014ba74..a683b08 100644 --- a/commands/voice/abee.js +++ b/commands/voice/abee.js @@ -16,6 +16,7 @@ module.exports = class ABeeVoice extends Command { description: 'a bee :D 🐝', guildOnly: true, clientPermissions: ['SPEAK', 'CONNECT'], + examples: ['s5n!abee', 's5n!a-bee'] }); } async run(msg, { query }) { |