WIP: /report command

This commit is contained in:
2023-06-26 23:02:38 +02:00
parent adc7228a71
commit eb78a75a88
5 changed files with 46 additions and 2 deletions

View File

@@ -29,6 +29,9 @@ logger = logging.getLogger(__name__)
async def get_submission(app: PyroClient, msg: Message):
global USERS_WITH_CONTEXT
if not hasattr(msg.from_user, "id"):
return
if msg.from_user.id in USERS_WITH_CONTEXT:
return