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