diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/filters.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/filters.py b/utils/filters.py index 58442ce..90b908a 100644 --- a/utils/filters.py +++ b/utils/filters.py | |||
| @@ -10,8 +10,6 @@ from shared import instances as ins | |||
| 10 | 10 | ||
| 11 | class message: | 11 | class message: |
| 12 | is_chat = f.ChatTypeFilter((t.ChatType.GROUP, t.ChatType.SUPERGROUP)) | 12 | is_chat = f.ChatTypeFilter((t.ChatType.GROUP, t.ChatType.SUPERGROUP)) |
| 13 | is_private = f.ChatTypeFilter(t.ChatType.PRIVATE) | ||
| 14 | is_reply = f.IsReplyFilter(True) | ||
| 15 | 13 | ||
| 16 | @staticmethod | 14 | @staticmethod |
| 17 | def chance(msg: t.Message): | 15 | def chance(msg: t.Message): |
