diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-23 23:17:07 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-23 23:17:07 -0500 |
| commit | 176d999471dfb9c531e79d3b94b97ba7350a5bd6 (patch) | |
| tree | f96ff4791c89041929adfd6e4f10db356d26e5f5 /commands/kick.js | |
| parent | 7ca25ab373bd3142788f69fc0ea41e99194dc0e6 (diff) | |
| download | PokeBot-176d999471dfb9c531e79d3b94b97ba7350a5bd6.tar.gz PokeBot-176d999471dfb9c531e79d3b94b97ba7350a5bd6.tar.bz2 PokeBot-176d999471dfb9c531e79d3b94b97ba7350a5bd6.zip | |
Test
Diffstat (limited to 'commands/kick.js')
| -rw-r--r-- | commands/kick.js | 2 |
1 files changed, 1 insertions, 1 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', }; |
