fix(timers): Unify command interface.

This commit is contained in:
2023-09-12 15:15:53 +03:00
parent 0b669456cb
commit 66434e5a29
3 changed files with 247 additions and 175 deletions

View File

@@ -22,7 +22,7 @@ cmd_map = {
"cmd_room": "room rent",
"cmd_reminders": "remindme in",
"cmd_tasklist": "tasklist",
"cmd_timers": "timers list",
"cmd_timers": "timers",
"cmd_schedule": "schedule",
"cmd_dashboard": "dashboard"
}
@@ -79,8 +79,8 @@ admin_extra = _p(
Other relevant commands for guild configuration below:
`/editshop`: Add/Edit/Remove colour roles from the {coin} shop.
`/ranks`: Add/Edit/Remove activity ranks.
`/timer admin`: Add/Edit/Remove Pomodoro timers in voice channels.
`/ranks`: Add/Edit/Refresh/Remove activity ranks.
`/pomodoro`: Add/Edit/Remove Pomodoro timers in voice channels.
`/rolemenus`: Allow members to equip roles from customisable messages.
`/economy balance`: Display and modify LionCoin balance for members and roles.
"""