[+] Todo notice

pull/108/head
Azalea 2025-01-11 19:12:11 -05:00
parent 5f6cd43b35
commit 3878103eaa
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ class Chusan(
genericUserSummary(card, ratingComposition)
}
/**
* Added by Clansty for Bot
* TODO: Reduce redundant code by combining with user-summary and user-music-from-list
*/
@API("user-rating")
suspend fun userRating(@RP username: Str) = us.cardByName(username) { card ->
val extra = rp.userGeneralData.findByUser_Card_ExtId(card.extId)