Remove console.log
This commit is contained in:
parent
3e8b17360e
commit
08655bdce7
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue