mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
:any squirrel's food
This commit is contained in:
parent
6f79e40ee1
commit
ae7cf2f75e
@ -13,7 +13,7 @@ export default {
|
|||||||
try{
|
try{
|
||||||
commandFile.default.run(client, interaction);
|
commandFile.default.run(client, interaction);
|
||||||
commandFile.uses ? commandFile.uses++ : commandFile.uses = 1;
|
commandFile.uses ? commandFile.uses++ : commandFile.uses = 1;
|
||||||
} catch (error:any){
|
} catch (error){
|
||||||
console.log(`An error occured while running command "${commandFile.name}"`, error, error.stack);
|
console.log(`An error occured while running command "${commandFile.name}"`, error, error.stack);
|
||||||
return interaction.reply('An error occured while executing that command.');
|
return interaction.reply('An error occured while executing that command.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user