Add paging for list commands

This commit is contained in:
2022-09-13 12:37:50 +01:00
parent a05d6f77db
commit 189cb195a4
7 changed files with 327 additions and 89 deletions

View File

@@ -16,6 +16,7 @@ regex = "1.4"
log = "0.4"
serde_json = "1.0"
dashmap = "5.3"
serde = "1.0"
[patch."https://github.com/serenity-rs/serenity"]
serenity = { version = "0.11.5" }