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/skipto.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/skipto.js')
| -rw-r--r-- | commands/voice/skipto.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/voice/skipto.js b/commands/voice/skipto.js index 78bf5df..86bff00 100644 --- a/commands/voice/skipto.js +++ b/commands/voice/skipto.js @@ -13,7 +13,8 @@ module.exports = class SkipToVoice extends Command { key: 'songNumber', prompt: 'what song u want to skip 2 in da q ???', type: 'integer' - }] + }], + examples: ['s5n!skipto 5'] }); } run(msg, { songNumber }) { |