mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix typo in matchmaking
This commit is contained in:
parent
230dffeef2
commit
f3b487eead
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class MatchmakingCommand(Command):
|
|||
interface=self.interface.name)
|
||||
data.session.add(mmevent)
|
||||
await data.session_commit()
|
||||
self.interface.loop(self._run_mmevent(mmevent.mmid))
|
||||
self.interface.loop.create_task(self._run_mmevent(mmevent.mmid))
|
||||
await data.reply(f"✅ Evento [b]{mmevent.title}[/b] creato!")
|
||||
|
||||
_mm_chat_id = -1001287169422
|
||||
|
|
Loading…
Reference in a new issue