Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 4898bf2

Browse files
author
thrzl
committed
🩹 im just dumb
1 parent dd0fbe4 commit 4898bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/cogs/ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def scan_messages(self):
143143
message_id = msg["message_id"]
144144

145145
try:
146-
guild = await self.bot.fetch_guild(msg["channel_id"])
146+
guild = await self.bot.fetch_guild(msg["guild_id"])
147147
author = guild.get_member(msg["author_id"])
148148
score = await self.perspective.score(
149149
msg["content"],

0 commit comments

Comments
 (0)