Getting pp info when a new user is saved. (#42)

This commit is contained in:
huynd2001 2024-03-17 17:13:57 -04:00 committed by GitHub
parent 1066f249b0
commit f3c062f417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 3 deletions

View file

@ -22,6 +22,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serenity = "0.12"
zip = "0.6.2"
rand = "0.8"
futures-util = "0.3.30"
youmubot-db = { path = "../youmubot-db" }
youmubot-db-sql = { path = "../youmubot-db-sql" }