aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-23 22:43:41 -0500
committerAlee <alee14498@gmail.com>2018-02-23 22:43:41 -0500
commitc475309a936f0df1cc36a2a671d8a4a1d5fababd (patch)
tree427d522b4dc69574b0b40d7512f5b2be30f4752a /commands
parent958bc710c4db4097d9708717ae5817010d4863f4 (diff)
parentfc82d93013935b9aebc8e8e94aa383f571fa7b66 (diff)
downloadPokeBot-c475309a936f0df1cc36a2a671d8a4a1d5fababd.tar.gz
PokeBot-c475309a936f0df1cc36a2a671d8a4a1d5fababd.tar.bz2
PokeBot-c475309a936f0df1cc36a2a671d8a4a1d5fababd.zip
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands')
-rw-r--r--commands/ban.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ban.js b/commands/ban.js
index 0a90c5b..6a1fffe 100644
--- a/commands/ban.js
+++ b/commands/ban.js
@@ -14,7 +14,7 @@ exports.conf = {
exports.help = {
name: 'ban',
- description: 'Ban a user out of the server',
+ description: 'Ban a user from this server.',
usage: '@<User> <...reason>',
category: 'Moderation',
};