loop command

This commit is contained in:
2021-03-15 15:03:15 +00:00
parent 9e30529981
commit a4919e45bf
4 changed files with 99 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "soundfx-rs"
version = "1.1.1"
version = "1.2.0"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
@@ -11,6 +11,7 @@ dotenv = "0.15"
tokio = { version = "1.0", features = ["fs", "process", "io-util"] }
lazy_static = "1.4"
reqwest = "0.11"
env_logger = "0.8"
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "current" }
regex = "1.4"
log = "0.4"