chore: format

This commit is contained in:
rainydevzz 2025-03-15 10:24:55 -07:00
parent 24f70f23be
commit 33c79b8109
2 changed files with 4 additions and 4 deletions

View File

@ -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",
});
}
}