Update init_cmd.py
This commit is contained in:
parent
91a71a1eb3
commit
f65a8a24e0
|
|
@ -22,7 +22,7 @@ def init(bot):
|
|||
bot.set_my_commands(
|
||||
commands=[
|
||||
telebot.types.BotCommand("start", "查看帮助信息"),
|
||||
telebot.types.BotCommand("faq", ""),
|
||||
telebot.types.BotCommand("faq", "BBS帮助"),
|
||||
telebot.types.BotCommand("music", "搜索网易音乐"),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue