changing {streamer} to {botowner}
This commit is contained in:
parent
7e7cfbcc01
commit
57dc15532b
|
@ -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())),
|
||||
|
|
Loading…
Reference in New Issue