From cb08cd884ebb4bfb7a2dac590f07bafe74c41ef4 Mon Sep 17 00:00:00 2001 From: PyMaster <59120866+pystorage@users.noreply.github.com> Date: Sun, 6 Sep 2020 21:11:05 +0300 Subject: [PATCH] Delete config.py --- examples/bot/config.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/bot/config.py diff --git a/examples/bot/config.py b/examples/bot/config.py deleted file mode 100644 index 170d1ce..0000000 --- a/examples/bot/config.py +++ /dev/null @@ -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'