feat(discord): Added /scoreboard command
This commit is contained in:
parent
78e7d9bf23
commit
213ecca8b9
3 changed files with 73 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ async fn main() {
|
|||
commands::init::init(),
|
||||
commands::answer::answer(),
|
||||
commands::social::social(),
|
||||
commands::account::scoreboard(),
|
||||
],
|
||||
..Default::default()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue