Rearranged some commands

Working on a macro to automatically add option wrappers
This commit is contained in:
jude
2024-02-17 14:09:01 +00:00
parent d0833b7bca
commit eb92eacb90
19 changed files with 340 additions and 238 deletions

View File

@ -7,6 +7,9 @@ license = "AGPL-3.0 only"
description = "Reminder Bot for Discord, now in Rust"
[dependencies]
quote = "1.0.35"
proc-macro2 = "1.0.78"
syn = { version = "2.0.49", features = ["full"] }
poise = "0.6.1"
dotenv = "0.15"
tokio = { version = "1", features = ["process", "full"] }