#33 Implement Recording #34

Merged
logan merged 7 commits from #33-Implement-Recording into master 2023-06-25 02:29:10 -04:00
Showing only changes of commit 45258d5e4b - Show all commits

View File

@@ -9,7 +9,7 @@ module.exports = {
name: Events.InteractionCreate,
async execute(interaction) {
const command = interaction.client.commands.get(interaction.commandName);
log.VERBOSE("Interaction for command: ", command);
log.VERBOSE("Interaction created for command: ", command);
// Execute autocomplete if the user is checking autocomplete
if (interaction.isAutocomplete()) {