feat(discord): Added /avatar command

- Added formattable error strings
This commit is contained in:
Alexey 2025-12-31 23:31:41 +03:00
commit 1db7ce877e
5 changed files with 236 additions and 13 deletions

View file

@ -92,6 +92,7 @@ async fn main() {
commands::account::reset(),
commands::map::unlock(),
commands::map::r#move(),
commands::map::avatar(),
],
..Default::default()
})