From 176d999471dfb9c531e79d3b94b97ba7350a5bd6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Feb 2018 23:17:07 -0500 Subject: Test --- commands/kick.js | 2 +- commands/softban.js | 2 +- 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: '@ <...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: '@ <...reason>', category: 'Moderation', }; -- cgit v1.2.3