diff options
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/config.sample.py | 3 | ||||
| -rw-r--r-- | shared/instances.py | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/shared/config.sample.py b/shared/config.sample.py deleted file mode 100644 index f4a3f09..0000000 --- a/shared/config.sample.py +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | TOKEN = "" | ||
| 2 | test_token = "{test_token}" | ||
| 3 | main_token = "{main_token}" | ||
diff --git a/shared/instances.py b/shared/instances.py index 25de59f..5351f9c 100644 --- a/shared/instances.py +++ b/shared/instances.py | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | from aiogram import Bot, Dispatcher | 1 | from aiogram import Bot, Dispatcher |
| 2 | from .config import token | 2 | from config import token |
| 3 | 3 | ||
| 4 | print(token) | ||
| 4 | bot = Bot(token=token) | 5 | bot = Bot(token=token) |
| 5 | dp = Dispatcher(bot) | 6 | dp = Dispatcher(bot) |
| 6 | gen_chance = 10 | 7 | gen_chance = 10 |
