Increase leaderboard size
This commit is contained in:
parent
463808cb75
commit
8fb76e4bd5
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ pub fn get_avatar(user: &User) -> String {
|
|||
}
|
||||
|
||||
pub async fn leaderboard(ctx: &Context) -> CommandResult {
|
||||
const LENGTH: usize = 5;
|
||||
const LENGTH: usize = 10;
|
||||
let mut submission_counts: HashMap<String, u32> = HashMap::new();
|
||||
for challenge in 1..get_challenge_number() + 1 {
|
||||
let submission_data = get_submission_data(challenge);
|
||||
|
|
Loading…
Add table
Reference in a new issue