style: Fixed several minor things in text
- Changed error in /move to CannotReach instead of RoomNotFound
This commit is contained in:
parent
cc916c06ce
commit
46af205aef
4 changed files with 7 additions and 4 deletions
|
|
@ -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<'_>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue