mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:34:16 +02:00
feat(arabot): add msg to a specific user for sus command
This commit is contained in:
parent
05240ae223
commit
152dff72c7
@ -564,6 +564,7 @@ class SusCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Non Application Command method of adding a sus note
|
// Non Application Command method of adding a sus note
|
||||||
|
// xlevra begged me to add this... so I guess here it is
|
||||||
public async messageRun(message: Message, args: Args) {
|
public async messageRun(message: Message, args: Args) {
|
||||||
// Get arguments
|
// Get arguments
|
||||||
let user: GuildMember;
|
let user: GuildMember;
|
||||||
@ -603,6 +604,11 @@ class SusCommand extends Command {
|
|||||||
await user!.roles.add(IDs.roles.restrictions.sus);
|
await user!.roles.add(IDs.roles.restrictions.sus);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Checks if the user is xlevra to send a very kind message
|
||||||
|
if (mod.id === '259624904746467329') {
|
||||||
|
await message.reply('Fuck you for making me add this feature 🤬');
|
||||||
|
}
|
||||||
|
|
||||||
await message.react('✅');
|
await message.react('✅');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user