Skip to content

Commit

Permalink
fix word char error
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Feb 19, 2024
1 parent 7f73ca1 commit ee683df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/discord/admin/mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async def add_whitelist(self, ctx: ApplicationContext, mc_id: str, group: str) -

if add_whitelist(mc_id, group_name=group):
self.log.info(f"{ctx.author.name} add_whitelist -> {mc_id}")
await ctx.response.send_message(f"已將 {mc_id} 加入白名�� [{group}]", ephemeral=True)
await ctx.response.send_message(f"已將 {mc_id} 加入白名單 [{group}]", ephemeral=True)
else:
self.log.info(f"{ctx.author.name} try add_whitelist but user already in whitelist -> {mc_id}")
await ctx.response.send_message(f"{mc_id} 已經於加入白名單內", ephemeral=True)
Expand Down

0 comments on commit ee683df

Please sign in to comment.