From db6df8c2a3817a753a9b903feb6311c620a91a65 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 29 Mar 2025 17:20:25 -0400 Subject: New command; Removed "Message too long" for content field --- bot/src/events/InteractionCreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/events/InteractionCreate.js') diff --git a/bot/src/events/InteractionCreate.js b/bot/src/events/InteractionCreate.js index 777ce39..5143594 100644 --- a/bot/src/events/InteractionCreate.js +++ b/bot/src/events/InteractionCreate.js @@ -15,7 +15,7 @@ export default { if (!command) return; try { - console.log(`[i] ${interaction.user.username} has executed ${command.data.name}`); + console.log(`[i] ${interaction.user.username} has executed ${command.data.name} at ${interaction.guild.name}`); await Analytics(command, interaction); await command.execute(interaction); } catch (e) { -- cgit v1.2.3