summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 0986d5f..244ba7e 100644
--- a/bot.py
+++ b/bot.py
@@ -41,5 +41,5 @@ async def trigger_responses(room, message):
break
if match:
msg_text = match
- await bot.api.send_text_message(room.room_id, f"{message.sender} {constants.TRIGGERS[msg_text]}")
+ await bot.api.send_text_message(room.room_id, f"{constants.TRIGGERS[msg_text]}")
bot.run()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage