This commit is contained in:
janderedev 2022-04-04 20:29:46 +02:00
parent 084b357e20
commit c9991733a2
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -116,7 +116,7 @@ let commands: SimpleCommand[];
}
try {
cmd.run(message, args);
await cmd.run(message, args);
} catch(e) {
message.reply(`### An error has occurred:\n\`\`\`js\n${e}\n\`\`\``);
}