mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix parameter for example
This commit is contained in:
parent
91d0877c61
commit
588b5c4d89
@ -9,7 +9,7 @@ from telebot.asyncio_storage import StateRedisStorage,StateMemoryStorage,StatePi
|
||||
from telebot.asyncio_handler_backends import State, StatesGroup
|
||||
|
||||
# default state storage is statememorystorage
|
||||
bot = AsyncTeleBot('TOKEN', states_storage=StateMemoryStorage())
|
||||
bot = AsyncTeleBot('TOKEN', state_storage=StateMemoryStorage())
|
||||
|
||||
|
||||
# Just create different statesgroup
|
||||
|
Loading…
Reference in New Issue
Block a user