summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-03-06 11:19:30 -0800
committerGitHub <noreply@github.com>2026-03-06 11:19:30 -0800
commit6a31ee36a0660ff17b88b3e3707564ffbd2bdfd4 (patch)
treecde62d77e46e89ae55f3c69f520e600c15723257
parent0b2cf39d7b533342139f669ed41b5c4f11ba859c (diff)
Remove sender from message in send_text_message
-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