forked from Skynet/discord-bot
fix: only current uses are activated
This commit is contained in:
parent
3cf298f137
commit
5f9037c69b
4 changed files with 79 additions and 2 deletions
|
@ -24,6 +24,9 @@ dotenvy = "0.15.7"
|
|||
# For sqlite
|
||||
sqlx = { version = "0.7.1", features = [ "runtime-tokio", "sqlite" ] }
|
||||
|
||||
# fancy time stuff
|
||||
chrono = "0.4.26"
|
||||
|
||||
# handlign teh csv export from wolves
|
||||
csv = "1.2"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue