Skip to content

Commit

Permalink
enable smart reply
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 24, 2024
1 parent e8f9eee commit eaf0e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cogs/LogosCharacterCog.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ async def on_message(self, message: discord.Message) -> None:
}

trigger_reply = is_mentioned(message, self.bot.user)
#if not trigger_reply:
# trigger_reply = logos_think(LOGOS_URL, request)
if not trigger_reply:
trigger_reply = logos_think(LOGOS_URL, request)

if trigger_reply:
ctx = await self.bot.get_context(message)
Expand Down

0 comments on commit eaf0e6a

Please sign in to comment.