send responses to remind command

This commit is contained in:
jude
2020-09-14 16:07:44 +01:00
parent e222927858
commit 89d7403a54
4 changed files with 101 additions and 22 deletions

View File

@ -20,6 +20,7 @@ num-integer = "0.1.43"
custom_error = "1.7.1"
serde = "1.0.115"
serde_json = "1.0.57"
rand = "0.7.3"
[dependencies.regex_command_attr]
path = "./regex_command_attr"