vk_botting.exceptions.LoginError: User token passed to group client
TypeError: 'NoneType' object is not subscriptable
import vk_botting
from settings import token
bot = vk_botting.Bot(command_prefix="$ ", attach_user_token=token)
bot.case_insensitive=None
@bot.listen()
async def on_ready():
print('Bot запущен')
bot.run(bot)