Fix parameter for example

This commit is contained in:
_run 2022-01-24 21:28:56 +04:00
parent 91d0877c61
commit 588b5c4d89
1 changed files with 1 additions and 1 deletions

View File

@ -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