[F] Fix docstring

pull/56/head
Azalea 2024-10-05 05:36:28 -04:00
parent 08a1595d3e
commit 060bd32417
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class BotController(
}
@PostMapping("/ranking-ban")
@Doc("Register a new card by access code", "Card information")
@Doc("Ban a user from the leaderboard", "Success status")
suspend fun rankingBan(@RP secret: Str, @RP username: Str) {
secret.checkSecret()