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"