From dc5734025f4661a770064f95908f294af93365d0 Mon Sep 17 00:00:00 2001 From: dakedres Date: Mon, 22 May 2023 15:56:15 -0600 Subject: [PATCH] Remove command logs --- src/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index bcf207d..7525fe7 100644 --- a/src/index.js +++ b/src/index.js @@ -380,7 +380,7 @@ addSubcommands({ openMacros(interaction.guild.id).put(name, dice), reloadMacros(interaction.guild.id) ]) - interaction.followUp(`Macro added! Try \`/${name}\`! You might need to switch to a different server or back or reopen Discord in order for it to recognize the new command.`) + interaction.followUp(`Macro added! Try \`/${name}\`! You might need to switch to a different server and back or reopen Discord in order for it to recognize the new command.`) }, remove: async interaction => { let name = interaction.options.get('name').value.toLowerCase() @@ -460,8 +460,6 @@ const handleCommand = async interaction => { if(options) { let optionDice = parseOptionRoll(options.value) - console.log(optionDice) - for(let [ key, value ] of Object.entries(optionDice)) { if(value) dice[key] = value