diff options
Diffstat (limited to 'shared/instances.py')
| -rw-r--r-- | shared/instances.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/instances.py b/shared/instances.py new file mode 100644 index 0000000..7eb883c --- /dev/null +++ b/shared/instances.py | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | from aiogram import Bot, Dispatcher | ||
| 2 | from .config import TOKEN | ||
| 3 | |||
| 4 | bot = Bot(token=TOKEN) | ||
| 5 | dp = Dispatcher(bot) | ||
