mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix matchmaking.py
This commit is contained in:
parent
8b9de800d4
commit
b0463436c4
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class MatchmakingCommand(Command):
|
|||
@staticmethod
|
||||
def _gen_unauth_message(user: User):
|
||||
return f"⚠️ Non sono autorizzato a mandare messaggi a [b]{user.username}[/b]!\n" \
|
||||
f"{user.telegram.mention()}, apri una chat privata con me e mandami un messaggio!"
|
||||
f"{user.telegram[0].mention()}, apri una chat privata con me e mandami un messaggio!"
|
||||
|
||||
@sentry_async_wrap()
|
||||
async def _run_mmevent(self, mmid: int):
|
||||
|
|
Loading…
Reference in a new issue