feat(discord): Added /avatar command
- Added formattable error strings
This commit is contained in:
parent
2640821a05
commit
1db7ce877e
5 changed files with 236 additions and 13 deletions
|
|
@ -92,6 +92,7 @@ async fn main() {
|
|||
commands::account::reset(),
|
||||
commands::map::unlock(),
|
||||
commands::map::r#move(),
|
||||
commands::map::avatar(),
|
||||
],
|
||||
..Default::default()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue