fixing !rank currency

This commit is contained in:
2025-06-27 10:41:07 +07:00
parent bb751efc27
commit d27c787cdf
3 changed files with 5 additions and 6 deletions
+1
View File
@@ -20,6 +20,7 @@ class DiscordCurrency:
return {
"id": self.id,
"user_id": self.user_id,
"user_name": self.user_name,
"balance": self.balance,
"updated_at": self.updated_at
}