feat: implement bots including tests

this starts work on #78
This commit is contained in:
Paul Makles
2023-04-22 14:25:02 +01:00
parent 56ead0f894
commit 6b10385c0d
11 changed files with 311 additions and 31 deletions

View File

@@ -16,6 +16,9 @@ async-std-runtime = [ "async-std" ]
default = [ "mongodb", "async-std-runtime" ]
[dependencies]
# Repo
revolt-result = { path = "../result" }
# Utility
log = "*"
nanoid = "0.4.0"
@@ -37,4 +40,4 @@ async-recursion = "1.0.4"
async-std = { version = "1.8.0", features = ["attributes"], optional = true }
# Authifier
authifier = { version = "1.0", default-features = false }
authifier = { version = "1.0" }