I've been trying to set the list of commands for my telegram bot but it doesn't work, here's what I'm doing:
bot = telebot.TeleBot("TOKEN")
bot.set_my_commands(commands = ['start','go','help'])
bot.set_chat_menu_button(bot.get_me().id, types.MenuButtonCommands(type = 'commands'))
can anyone help me to figure it out? Thx anyway.