Skip to content

Commit

Permalink
Merge branch 'master' of github.com:someyuck/Discord-CAS
Browse files Browse the repository at this point in the history
  • Loading branch information
someyuck committed Apr 13, 2024
2 parents 0dd1a11 + f47a5f5 commit 2f98363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async def verify_user(ctx):
@bot.command(name="backend_info")
async def backend_info(ctx):
"""For debugging server info; sends details of the server."""

authorID = str(ctx.message.author.id)
if is_bot_admin(authorID):
uname = platform.uname()
Expand Down

0 comments on commit 2f98363

Please sign in to comment.