forked from cosmic/scythe
chore: format
This commit is contained in:
parent
24f70f23be
commit
33c79b8109
|
|
@ -25,7 +25,7 @@ export class MemberEvents {
|
|||
async memberUpdate([_, newM]: ArgsOf<"guildMemberUpdate">) {
|
||||
if (newM.roles.cache.get(Bun.env.BAD_ROLE!)) {
|
||||
await newM.ban({
|
||||
reason: "youngin"
|
||||
reason: "youngin",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue