mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
new id
This commit is contained in:
parent
1e9c3ea0f8
commit
8925b3cb19
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue