diff options
| author | 8cy <[email protected]> | 2020-04-07 10:56:08 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-07 10:56:08 -0700 |
| commit | da70b4f07bc8f9fa07bf1b6f9ab67ae067a9e71e (patch) | |
| tree | f90399c3928d6aa6d21bc3d572ff815767bb6ecd /commands/8ball.js | |
| parent | Merge pull request #1 from 8cy/test (diff) | |
| download | s5nical-da70b4f07bc8f9fa07bf1b6f9ab67ae067a9e71e.tar.xz s5nical-da70b4f07bc8f9fa07bf1b6f9ab67ae067a9e71e.zip | |
add cmd aliases, v1.3.1
Diffstat (limited to 'commands/8ball.js')
| -rw-r--r-- | commands/8ball.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/8ball.js b/commands/8ball.js index e865176..878fc92 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -2,7 +2,7 @@ const Discord = require('discord.js'); module.exports = { name: '8ball', - aliases: ['ball', '8b'], + aliases: ['ball', '8b', 'eightball', 'eightb'], description: '', execute(msg) { r = ['yes~ uwu', 'no.', 'yes!', 'no!', 'what, no.', 'yes.', 'maybe.', 'perhaps.', 'try again.', 'i\'m not sure.']; |