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

@ -6,6 +6,7 @@ pub mod quest;
pub mod init;
pub mod answer;
pub mod social;
pub mod account;
pub const ERROR_MSG: &str = "Server error :(";