From 57dc15532ba8401ae011817eabb80185a64a9fee Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sun, 24 Apr 2022 05:03:48 +0300 Subject: [PATCH] changing {streamer} to {botowner} --- ameliabot/owncast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ameliabot/owncast.py b/ameliabot/owncast.py index ad55c5e..7c98dc9 100644 --- a/ameliabot/owncast.py +++ b/ameliabot/owncast.py @@ -79,7 +79,7 @@ def process_chat(data): # This is so bad, it runs everything every command :pikajoy: placeholders = { "sender": sender, - "streamer": config["DEFAULT"]["BotOwner"], + "botowner": config["DEFAULT"]["BotOwner"], "target": first_parameter, "random": str(random.randrange(1, 100, 1)), "commands": ", ".join(list(commands.keys())),