Skip to content

Commit

Permalink
fix add smp role, remove add smp role
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Feb 28, 2024
1 parent 9c56736 commit 3a69284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extra/discord/admin/mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ async def add_second_role(self, ctx: ApplicationContext, user: Member) -> None:
else:
self.log.info(f"{ctx.author.name} add_second_role -> {user.name}")

# Add SMP & 二審成員 role
await user.add_roles(self.base_guild.get_role(SMP_ROLE_ID))
# Add 二審成員 role
await user.add_roles(self.base_guild.get_role(SECOND_INSTANCE_ROLE_ID))

# 發送加入訊息
Expand Down

0 comments on commit 3a69284

Please sign in to comment.