create reminders :)

This commit is contained in:
jude
2022-03-19 17:41:34 +00:00
parent e2e5b022a0
commit d0d2d50966
14 changed files with 232 additions and 128 deletions

View File

@ -5,8 +5,7 @@ authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
[dependencies]
#poise = { git = "https://github.com/kangalioo/poise", branch = "master" }
poise = { path = "/home/jude/poise" }
poise = { git = "https://github.com/kangalioo/poise", branch = "master" }
dotenv = "0.15"
tokio = { version = "1", features = ["process", "full"] }
reqwest = "0.11"