diff --git a/tg_bot/sample_config.py b/tg_bot/sample_config.py index d843e94..85f8132 100644 --- a/tg_bot/sample_config.py +++ b/tg_bot/sample_config.py @@ -10,9 +10,9 @@ class Config(object): LOGGER = True # REQUIRED - API_KEY = "YOUR KEY HERE" - OWNER_ID = "YOUR ID HERE" # If you dont know, run the bot and do /id in your private chat with it - OWNER_USERNAME = "YOUR USERNAME HERE" + API_KEY = "8688975164:AAGP8NSDkxU7wH6iLhmiCZ-hYsKN2Ehf0OU" + OWNER_ID = "6978422074" # If you dont know, run the bot and do /id in your private chat with it + OWNER_USERNAME = "Mr_1PaNDaY" # RECOMMENDED SQLALCHEMY_DATABASE_URI = 'sqldbtype://username:pw@hostname:port/db_name' # needed for any database modules