12.8.3 fix internal error handling
This commit is contained in:
12 files changed
+211
-74
No files matched your search
@@ -12,6 +12,6 @@ module.exports = async (client, interaction) => {
|
||||
try {
|
||||
interactionHandler.run(client, interaction, { GuildDB });
|
||||
} catch (err) {
|
||||
client.sendInternalError(err);
|
||||
client.sendInternalError(interaction, err);
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user