vicalloy / telegram-shell-bot

A telegram Bot to run shell commands
194 stars 83 forks source link

Unauthorized user #8

Closed MDA-devx closed 4 years ago

MDA-devx commented 4 years ago

python bot.py

Line 29 printf(f"Unauthorized access denied for {user_id}.")

token and userid replaced in settings.py

vicalloy commented 4 years ago

ENABLED_USERS is a set of int.

ENABLED_USERS = [1111,222,3333]