Skip to content

Commit

Permalink
refactor: removed unnecessary tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxgh committed Apr 5, 2024
1 parent 357b947 commit eb97cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/func/General.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def rolecheck(ctx, send_ping: bool):
"gexp": sum(player["expHistory"].values())}

await ctx.send("If you see the bot is stuck on a member along with an error message, "
"forcesync member the bot is stuck on.")
"forcesync member the bot is stuck on.")
bot.admin_ids = [member.id for member in bot.admin.members]
for discord_member in discord_members:
# Do not check admins and bots
Expand Down

0 comments on commit eb97cdd

Please sign in to comment.