smol bot
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ tokio = { version = "1.28.2", features = [ "rt", "parking_lot", ], default-features = false } -clipline = "=0.1.2" +clipline = "0.1.2" serenity = { version = "0.11.5", features = [ "builder", "client", |