mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 13:14:15 +02:00
feat(arabot): nerf autotruster to level 7
This commit is contained in:
parent
dba9aa970e
commit
128b15f18f
@ -38,8 +38,9 @@ export class TrustedListener extends Listener {
|
||||
}
|
||||
|
||||
public async run(member: GuildMember, level: number) {
|
||||
// Checks if the member has gotten level 5
|
||||
if (level !== 5) {
|
||||
// Checks if the member has gotten level 7
|
||||
// Has been nefred. Should take around 1.5 hours to get the trusted role now
|
||||
if (level !== 7) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user