ambience command seems to be working nicely now

This commit is contained in:
2021-03-15 22:05:14 +00:00
parent a4919e45bf
commit 35b3cb81c9
8 changed files with 162 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ env_logger = "0.8"
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "current" }
regex = "1.4"
log = "0.4"
serde_json = "1.0"
[dependencies.regex_command_attr]
path = "./regex_command_attr"