diff --git a/bot/ai/handle_request.py b/bot/ai/handle_request.py index ace6508..2c32f0f 100644 --- a/bot/ai/handle_request.py +++ b/bot/ai/handle_request.py @@ -181,5 +181,3 @@ async def forward_to_google_api( response, mention_author=True, ) - # Add a reaction to the reply message (if the user decides to delete it) - await reply_message.add_reaction("\U0000274c")