Remove console.log

This commit is contained in:
baz 2023-11-20 22:07:19 +00:00
parent 3e8b17360e
commit 08655bdce7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export const name = Events.InteractionCreate;
export async function execute(interaction) {
if (!interaction.isChatInputCommand()) return;
console.log(interaction);
// console.log(interaction);
const command = interaction.client.commands.get(interaction.commandName);