Delete config.py

This commit is contained in:
PyMaster 2020-09-06 21:11:05 +03:00 committed by GitHub
parent 7de3d98fc5
commit cb08cd884e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
SESSION_NAME = 'bot'
API_ID = '' # https://my.telegram.org/
API_HASH = '' # https://my.telegram.org/
BOT_TOKEN = '' # @BotFather
APP_PLUGINS = 'bot/modules'