mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
✨ Command registered
This commit is contained in:
parent
5646ea3c0f
commit
df31c37ad1
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ register_telegram(tg_router, commands.fiorygi_bury, ["bury"],
|
|||
register_telegram(tg_router, commands.version, ["version"])
|
||||
register_telegram(tg_router, commands.cv, ["cv", "civù"])
|
||||
register_telegram(tg_router, commands.rocoinflip, ["rocoinflip"], r'"(?P<teama>[^"]+)"\s+"(?P<teamb>[^"]+)"')
|
||||
register_telegram(tg_router, commands.roll, ["roll"], r"(?P<message>.+)")
|
||||
register_telegram(tg_router, commands.diobot, ["diobot", "phrase"])
|
||||
register_telegram(tg_router, commands.loginprogress, ["loginprogress"])
|
||||
|
||||
|
|
Loading…
Reference in a new issue