From 0e9034a27007a35c4d57ec7ecad46e783e9dd613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 3 Jan 2021 17:01:01 +0200 Subject: [PATCH] Updated Bug Command --- client/commands/bug.js | 1 - client/messages.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/commands/bug.js b/client/commands/bug.js index d2a92d5..8b9cd77 100644 --- a/client/commands/bug.js +++ b/client/commands/bug.js @@ -9,7 +9,6 @@ module.exports = { let message = {}; message.bugTitle = client.messages.bugTitle.replace("%client.user.username%", client.user.username); - message.bugDescription = client.messages.bugDescription.replace("%client.developers%", client.developers); message.bugDescription = message.bugDescription.replace("%client.config.supportGuild%", client.config.supportGuild); const embed = new Discord.MessageEmbed() diff --git a/client/messages.js b/client/messages.js index c93ad81..375fc84 100644 --- a/client/messages.js +++ b/client/messages.js @@ -4,8 +4,8 @@ module.exports = { notPlaying: "There is nothing playing!", runningCommandFailed: "Running this command failed!", noPermsEmbed: "I cannot send embeds (Embed links).", - bugTitle: "Found a bug with %client.user.username%?\nDM one of the core developers:", - bugDescription: "%client.developers%\nOr join the support server: %client.config.supportGuild%", + 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.", helpCommandTitle: "%client.config.prefix%%command.name% %command.usage%",