diff options
| author | Trey <trey6979@gmail.com> | 2018-02-23 20:26:32 -0500 |
|---|---|---|
| committer | Trey <trey6979@gmail.com> | 2018-02-23 20:26:32 -0500 |
| commit | 4bfd57f73dbdf8e1d5ecbbc8c2b89b91c2e9fba0 (patch) | |
| tree | de16653c58121662bc70012d75c2fe15f2264e88 /commands/help.js | |
| parent | 4a455906870e49452ab8d88b793aa1e354499e42 (diff) | |
| download | PokeBot-4bfd57f73dbdf8e1d5ecbbc8c2b89b91c2e9fba0.tar.gz PokeBot-4bfd57f73dbdf8e1d5ecbbc8c2b89b91c2e9fba0.tar.bz2 PokeBot-4bfd57f73dbdf8e1d5ecbbc8c2b89b91c2e9fba0.zip | |
justin cannot spell + removing the alias
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js index 0eb89bf..b0fc395 100644 --- a/commands/help.js +++ b/commands/help.js @@ -12,7 +12,7 @@ exports.run = (bot, msg, args) => { }; exports.conf = { - aliases: ['h'], + aliases: [], guildOnly: true, }; |
