style: Fixed several minor things in text

- Changed error in /move to CannotReach instead of RoomNotFound
This commit is contained in:
Alexey 2025-12-19 14:17:02 +03:00
commit 46af205aef
4 changed files with 7 additions and 4 deletions

View file

@ -36,7 +36,7 @@ fn make_quest_message_content(ctx: Context<'_>, quest: &Quest) -> String {
guild_only,
subcommands("list", "create", "update", "publish", "delete"),
required_permissions = "ADMINISTRATOR",
name_localized("ru", "квесты"),
name_localized("ru", "квест"),
)]
pub async fn quest(
_ctx: Context<'_>,