WIP: /report command
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user