Merge pull request 'dev' (#1) from dev into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2024-10-29 17:18:44 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
Нужны данные из config.py-exemple? Cмотри в vaultwarden.

View File

@@ -19,7 +19,7 @@ class FSMWeather(StatesGroup):
async def cmd_start(message: types.Message): async def cmd_start(message: types.Message):
await message.reply("Hi!\nI'm Bot!\nPowered by aiogram.", reply_markup=custom_kb_client) await message.reply("Hi!\nI'm Genka-bot!", reply_markup=custom_kb_client)
async def get_coin(message: types.Message): async def get_coin(message: types.Message):