Answer the question
In order to leave comments, you need to log in
Admin list/list how to write list or admin class?
Good day.
Here is the code for example
elif msg.startswith("!") and event.user_id == 57253548:
elif msg.startswith("!") and event.user_id == 31377746:
хочу создать список админов которым будет доступна эта команда, а не как я сейчас сделал ибо я понимаю, что это лишние строки
Кто поможет? использую лонгпул, вк апи, страничный бот
Answer the question
In order to leave comments, you need to log in
admins = [1, 2]
if msg.startswith("!") and event.user_id in admins:
do_something()
admin_list = [341377646, 572543528]
elif msg.startswith("!") and event.user_id in admin_list:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question