mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix /mm
This commit is contained in:
parent
d8fdd0565d
commit
e5ddc68424
1 changed files with 3 additions and 3 deletions
|
@ -161,9 +161,9 @@ class MATCHMAKING:
|
|||
}
|
||||
|
||||
GAME_START = {
|
||||
utils.MatchmakingStatus.READY: "🔵 Che <b>{match_title}</b> abbia inizio!",
|
||||
utils.MatchmakingStatus.WAIT_FOR_ME: "🕒 Sbrigati! <b>{match_title}</b> sta per iniziare!",
|
||||
utils.MatchmakingStatus.MAYBE: "❓ <b>{match_title}</b> sta iniziando. Se vuoi partecipare, fai in fretta!",
|
||||
int(utils.MatchmakingStatus.READY): "🔵 Che <b>{match_title}</b> abbia inizio!",
|
||||
int(utils.MatchmakingStatus.WAIT_FOR_ME): "🕒 Sbrigati! <b>{match_title}</b> sta per iniziare!",
|
||||
int(utils.MatchmakingStatus.MAYBE): "❓ <b>{match_title}</b> sta iniziando. Se vuoi partecipare, fai in fretta!",
|
||||
}
|
||||
|
||||
class ERRORS:
|
||||
|
|
Loading…
Reference in a new issue