changing {streamer} to {botowner}

This commit is contained in:
Siina Mashek 2022-04-24 05:03:48 +03:00
parent 7e7cfbcc01
commit 57dc15532b

View File

@ -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())),