mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): stop command from being run if vegan
This commit is contained in:
@@ -151,6 +151,8 @@ class ConvincedCommand extends Command {
|
||||
await message.reply({
|
||||
content: `${user} is already vegan!`,
|
||||
});
|
||||
await message.react('❌');
|
||||
return;
|
||||
}
|
||||
|
||||
// Checks if the user has Convinced and to give them or remove them based on if they have it
|
||||
|
||||
Reference in New Issue
Block a user