aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-23 23:17:07 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-23 23:17:07 -0500
commit176d999471dfb9c531e79d3b94b97ba7350a5bd6 (patch)
treef96ff4791c89041929adfd6e4f10db356d26e5f5 /commands
parent7ca25ab373bd3142788f69fc0ea41e99194dc0e6 (diff)
downloadPokeBot-176d999471dfb9c531e79d3b94b97ba7350a5bd6.tar.gz
PokeBot-176d999471dfb9c531e79d3b94b97ba7350a5bd6.tar.bz2
PokeBot-176d999471dfb9c531e79d3b94b97ba7350a5bd6.zip
Test
Diffstat (limited to 'commands')
-rw-r--r--commands/kick.js2
-rw-r--r--commands/softban.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/kick.js b/commands/kick.js
index c6a8408..034a003 100644
--- a/commands/kick.js
+++ b/commands/kick.js
@@ -18,7 +18,7 @@ exports.conf = {
exports.help = {
name: 'kick',
- description: 'Kick a user out of the server',
+ description: 'Kick a user out of the server.',
usage: '@<User> <...reason>',
category: 'Moderation',
};
diff --git a/commands/softban.js b/commands/softban.js
index 9d0d741..25abf4e 100644
--- a/commands/softban.js
+++ b/commands/softban.js
@@ -19,7 +19,7 @@ exports.conf = {
exports.help = {
name: 'softban',
- description: 'Kick the user and delete their messages',
+ description: 'Kick the user and delete their messages.',
usage: '@<User> <...reason>',
category: 'Moderation',
};