diff options
| author | 8cy <[email protected]> | 2020-04-11 20:57:47 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-11 20:57:47 -0700 |
| commit | 6295d78afbfee11441dbd425cea6636e38049e86 (patch) | |
| tree | 83a8351a6aaa70e9720fe14eb0062e2824b86db9 /commands/voice/wahoo.js | |
| parent | fix server command, v2.1.2 (diff) | |
| download | s5nical-6295d78afbfee11441dbd425cea6636e38049e86.tar.xz s5nical-6295d78afbfee11441dbd425cea6636e38049e86.zip | |
add sharding + help stuff, v3.0.0
- add sharding
- add examples
- change up command aliases
- formatting
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) { |