Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian van Dijk committed Dec 5, 2024
1 parent d7865e5 commit f8cf8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async fn get_leaderboard_data() -> AochData {
response_data
}

/// Displays your or another user's account creation date
/// Displays the overall leaderboard of this year
#[poise::command(slash_command, prefix_command)]
async fn leaderboard_total(ctx: Context<'_>) -> Result<(), Error> {
let aoch_data = get_leaderboard_data().await;
Expand Down

0 comments on commit f8cf8e4

Please sign in to comment.