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/utility/btc.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/utility/btc.js')
| -rw-r--r-- | commands/utility/btc.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/utility/btc.js b/commands/utility/btc.js index caf4e22..6288c50 100644 --- a/commands/utility/btc.js +++ b/commands/utility/btc.js @@ -16,6 +16,11 @@ module.exports = class BTCUtility extends Command { prompt: 'what currency u wanna see it in? (usd, aud, cad)', type: 'string' } + ], + examples: [ + 's5n!bitcoin aud', + 's5n!crypto cad', + 's5n!btc usd' ] }); } |