fix(arabot): change wording

This commit is contained in:
Anthony 2022-09-09 01:03:56 +01:00
parent 88aae1296a
commit 05240ae223

View File

@ -571,7 +571,7 @@ class SusCommand extends Command {
user = await args.pick('member');
} catch {
await message.react('❌');
await message.reply('User to give sus note to was not provided!');
await message.reply('User was not provided!');
return;
}
const note = args.finished ? null : await args.rest('string');