feat(discord): Added /scoreboard command

This commit is contained in:
Alexey 2025-12-11 15:57:00 +03:00
commit 213ecca8b9
3 changed files with 73 additions and 0 deletions

View file

@ -41,6 +41,7 @@ async fn main() {
commands::init::init(),
commands::answer::answer(),
commands::social::social(),
commands::account::scoreboard(),
],
..Default::default()
})