Skip to content

Commit

Permalink
Update dolores.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JMaynor authored Sep 12, 2024
1 parent e11be4b commit 14b8bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dolores.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ async def handle_mention(message):
clean_message = message.clean_content.replace("@Dolores", "Dolores")
clean_message = clean_message.replace("@everyone", "everyone")
clean_message = clean_message.replace("@Testie", "Testie")
await ctx.defer()
reply = text_instance.generate_reply(clean_message)
else:
reply = "Hi"
Expand Down

0 comments on commit 14b8bb8

Please sign in to comment.