1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2017-04-20 22:40:54 +02:00
parent 1e9c3ea0f8
commit 8925b3cb19

View file

@ -354,7 +354,7 @@ async def send_event(eventmsg: str, player: str, **kwargs):
# Format the event message
msg = msg.format(**mapping)
# Send the message
loop.create_task(telegram.send_message(msg, -2141322))
loop.create_task(telegram.send_message(msg, -1001105277904))
loop.create_task(overwatch_status_change(900))
print("[Overwatch] Added level up check to the queue.")