Skip to content

Commit

Permalink
Nepotism
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten authored Dec 17, 2023
1 parent 2001cde commit 3eda0ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/util/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ export const isSpecialUser = (user: GuildMember): boolean =>
user.premiumSinceTimestamp !=
null ||
user.roles.cache.has(config.roles.staff) ||
user.roles.cache.has(config.roles.notable ?? '')
user.roles.cache.has(config.roles.notable ?? '') ||
user.roles.cache.has('1185946490984738938')

0 comments on commit 3eda0ad

Please sign in to comment.