diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-25 00:34:31 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-25 00:34:31 -0500 |
| commit | 5c2843435f589d2962135052e9f8be6f18830291 (patch) | |
| tree | 9b42d78cd96988fc0fd6ec60d96cb2fab58f6208 /commands/Fun | |
| parent | 8d824ae8b51f85e1b6b7fe9f0b6dcf0a2b00b23f (diff) | |
| download | PokeBot-5c2843435f589d2962135052e9f8be6f18830291.tar.gz PokeBot-5c2843435f589d2962135052e9f8be6f18830291.tar.bz2 PokeBot-5c2843435f589d2962135052e9f8be6f18830291.zip | |
added some aliases
Diffstat (limited to 'commands/Fun')
| -rw-r--r-- | commands/Fun/8ball.js | 2 | ||||
| -rw-r--r-- | commands/Fun/cureboredom.js | 2 | ||||
| -rw-r--r-- | commands/Fun/story.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/commands/Fun/8ball.js b/commands/Fun/8ball.js index 3ebd1c3..7432c63 100644 --- a/commands/Fun/8ball.js +++ b/commands/Fun/8ball.js @@ -36,7 +36,7 @@ exports.run = async (bot, msg, args) => { }; exports.conf = { - aliases: [], + aliases: ['ask'], guildOnly: true, }; diff --git a/commands/Fun/cureboredom.js b/commands/Fun/cureboredom.js index c2e8304..0445a5a 100644 --- a/commands/Fun/cureboredom.js +++ b/commands/Fun/cureboredom.js @@ -18,7 +18,7 @@ exports.run = (bot, msg, args) => { }; exports.conf = { - aliases: [], + aliases: ['cboredom'], guildOnly: true, }; diff --git a/commands/Fun/story.js b/commands/Fun/story.js index 1f1a442..dc2a674 100644 --- a/commands/Fun/story.js +++ b/commands/Fun/story.js @@ -24,7 +24,7 @@ exports.run = async (bot, msg) => { }; exports.conf = { - aliases: [], + aliases: ['storytime'], guildOnly: true, }; |
