From 8f7b3b98865dc918f41df3b47db7d9024bd6f6dc Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 15 Apr 2024 21:16:22 -0700 Subject: [PATCH] typo --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index f1fa8d56..618bef43 100755 --- a/app/bot.py +++ b/app/bot.py @@ -159,7 +159,7 @@ async def on_message(ctx): if ctx.guild.id not in core_utils.my_guilds: return - if ctx.autrhor.id == 83012791983673344: + if ctx.author.id == 83012791983673344: return url = "http://192.168.1.52:1337/v1/chat/completions"