mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:34:16 +02:00
fix(arabot): change wording
This commit is contained in:
parent
88aae1296a
commit
05240ae223
@ -571,7 +571,7 @@ class SusCommand extends Command {
|
|||||||
user = await args.pick('member');
|
user = await args.pick('member');
|
||||||
} catch {
|
} catch {
|
||||||
await message.react('❌');
|
await message.react('❌');
|
||||||
await message.reply('User to give sus note to was not provided!');
|
await message.reply('User was not provided!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const note = args.finished ? null : await args.rest('string');
|
const note = args.finished ? null : await args.rest('string');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user