mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 06:54:22 +02:00
fix(arabot): stop command from being run if vegan
This commit is contained in:
parent
488e256f30
commit
c55f2cd077
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user