crash hotfix
This commit is contained in:
+2
-2
@@ -71,12 +71,12 @@ client.on(Events.InteractionCreate, async (interaction) => {
|
||||
await interaction.followUp({
|
||||
content: 'There was an error while executing this command!',
|
||||
ephemeral: true
|
||||
})
|
||||
}).catch(e => {})
|
||||
} else {
|
||||
await interaction.reply({
|
||||
content: 'There was an error while executing this command!',
|
||||
ephemeral: true
|
||||
})
|
||||
}).catch(e => {})
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user