added count command

This commit is contained in:
2021-06-25 03:40:01 +05:30
parent fe16903e6a
commit f8ca1e5825
7 changed files with 444 additions and 16 deletions

View File

@@ -6,6 +6,8 @@ edition = "2018"
[dependencies]
tracing = "0.1.22"
regex = "1.5.4"
tokio-postgres = "0.7.2"
[dependencies.serenity]
version = "0.10.8"