Skip to content

Commit

Permalink
Merge pull request #67 from VedantKhairnar/main
Browse files Browse the repository at this point in the history
🍱 Change Default Role - CM
  • Loading branch information
jaanbaaz authored Sep 3, 2024
2 parents 7e5c85f + 522ac42 commit 736d0c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cogs/userInteractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from helpers.supabaseClient import SupabaseClient

VERIFIED_CONTRIBUTOR_ROLE_ID = 1123967402175119482
VERIFIED_CONTRIBUTOR_ROLE_ID = 1247854311191351307
NON_CONTRIBUTOR_ROLES = [973852321870118914, 976345770477387788, 973852439054782464]
NON_CONTRIBUTOR_MEMBERS = [
704738663883472967,
Expand Down
2 changes: 1 addition & 1 deletion config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Channels:

@dataclass
class Roles:
CONTRIBUTOR_ROLE: int = 1123967402175119482
CONTRIBUTOR_ROLE: int = 1247854311191351307

@classmethod
def isCollegeChapter(roleName: str) -> bool:
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def on_submit(self, interaction: discord.Interaction):
}
)

verifiedContributorRoleID = 1123967402175119482
verifiedContributorRoleID = 1247854311191351307
print("User:", type(user))
if verifiedContributorRoleID in [role.id for role in user.roles]:
return
Expand Down

0 comments on commit 736d0c4

Please sign in to comment.