From e6bbafb7c20c6fe88393b9068ae6c0e4c7104195 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 18 Mar 2020 02:38:25 +0100 Subject: [PATCH] better description --- commands/admin/commandblock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/commandblock.js b/commands/admin/commandblock.js index fe829696..881358b7 100644 --- a/commands/admin/commandblock.js +++ b/commands/admin/commandblock.js @@ -20,7 +20,7 @@ class commandblockCommand extends Command { userPermissions: ['ADMINISTRATOR'], channelRestriction: 'guild', description: { - content: 'Block a command', + content: 'Block a command. Execute that command again to unblock a command', usage: '[command name]', examples: ['owned'] }