diff --git a/.gitignore b/.gitignore index efeddfc..1ff4a37 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,6 @@ dmypy.json # Pyre type checker .pyre/ + +# vscode +.vscode/ \ No newline at end of file diff --git a/autoreplysticker.py b/autoreplysticker.py index 334670c..6b2e527 100644 --- a/autoreplysticker.py +++ b/autoreplysticker.py @@ -223,6 +223,8 @@ async def process_message(context): return if str(context.sender.id) in _whitelist: return + if context.sender.bot: + return except: pass diff --git a/list.json b/list.json index 5f6d06e..3533554 100644 --- a/list.json +++ b/list.json @@ -362,7 +362,7 @@ }, { "name": "autoreplysticker", - "version": "1.20", + "version": "1.21", "section": "chat", "maintainer": "Pentacene", "size": "12 kb",