mongodb to 5.0.2 update, added groups command, added groups logic, changed silent logic

This commit is contained in:
miloszowi
2021-09-28 21:28:33 +02:00
parent bbb1706dbe
commit 7c355d6cbe
16 changed files with 182 additions and 31 deletions

View File

@@ -6,3 +6,4 @@ opted_in_failed = re.escape('You already opted-in for everyone-mentions.')
opted_off = re.escape('You have opted-off for everyone-mentions.')
opted_off_failed = re.escape('You need to opt-in first before processing this command.')
mention_failed = re.escape('There are no users to mention.')
no_groups = re.escape('There are no groups for this chat.')