From 17161b72b930a8f1397e9a7f79def4cb79dc9296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 21 Aug 2021 19:12:18 +0300 Subject: [PATCH] Updated helpDescription message --- src/client/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/messages.js b/src/client/messages.js index 9d256f8..1e9493e 100644 --- a/src/client/messages.js +++ b/src/client/messages.js @@ -7,7 +7,7 @@ module.exports = { bugTitle: "Found a bug with %client.user.username%?", bugDescription: "Join the support server \n %client.config.supportGuild%", helpTitle: "%client.user.username% help:", - helpDescription: "%commands% \n %client.config.prefix%help to see more information about a command.", + helpDescription: "%commands%", helpCommandTitle: "%client.config.prefix%%command.name% %command.usage%", helpCommandDescription: "%command.description% \n Command Alias: %command.alias%", inviteTitle: "Invite %client.user.username% to your Discord server!",