diff options
Diffstat (limited to 'bot/src/events/InteractionCreate.js')
| -rw-r--r-- | bot/src/events/InteractionCreate.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
