fix(arabot): fix broken catch

This commit is contained in:
smyalygames 2022-10-28 03:08:21 +01:00
parent 1c5ec53b3b
commit a943d5798e

View File

@ -108,7 +108,7 @@ class ConvincedCommand extends Command {
+ '\n\nThis role allows you to get access to the Diet Support section in this server that can help you go vegan '
+ 'and other parts of the server! :)'
+ '\n\nThank you for caring about the animals 💚')
.catch();
.catch(() => {});
}
public async messageRun(message: Message, args: Args) {