Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Sep 10, 2023
1 parent 77b63c2 commit b5572e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/eden_bot/eden_bot.py
Expand Up @@ -517,7 +517,7 @@ async def on_message(self, message: discord.Message) -> None:

except Exception as e:
print(f"Error: {e}")
await message.reply(":)")
await message.reply(":) ")

def message_preprocessor(self, message: discord.Message) -> str:
message_content = replace_bot_mention(message.content, only_first=True)
Expand Down

0 comments on commit b5572e7

Please sign in to comment.