diff options
| author | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-08-28 21:10:16 +0900 |
|---|---|---|
| committer | Igor <50257429+igorechek06@users.noreply.github.com> | 2021-08-28 21:10:16 +0900 |
| commit | a8582c60e3bed5b93c989e2963d40130771cf11d (patch) | |
| tree | 747f2cfe1a8a8f003cba81d92ebe3822b4adc419 /shared/instances.py | |
| parent | 2efa35c42be7ac554e3519b8673f7cad8c966e64 (diff) | |
| download | karpov_ai_bot-a8582c60e3bed5b93c989e2963d40130771cf11d.tar.gz karpov_ai_bot-a8582c60e3bed5b93c989e2963d40130771cf11d.zip | |
0.0.1
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) | ||
