Skip to content

Commit a8eccf9

Browse files
committed
feat: chuni requests
1 parent 20bf9d6 commit a8eccf9

File tree

8 files changed

+34302
-13
lines changed

8 files changed

+34302
-13
lines changed

apps/tgbot/src/bot/commandList.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const commandListBase = [
2-
{ command: 'search', description: '搜索歌曲信息' },
3-
{ command: 'b50', description: '生成 B50 成绩图' },
4-
{ command: 'query', description: '查询自己某首歌的成绩' },
2+
{ command: 'search', description: '搜索 Maimai DX 歌曲信息' },
3+
{ command: 'chuni', description: '搜索中二节奏歌曲信息' },
4+
{ command: 'b50', description: '生成 Maimai DX B50 成绩图' },
5+
{ command: 'query', description: '查询自己 Maimai DX 某首歌的成绩' },
56
{ command: 'help', description: '查看一些帮助信息' }
67
] as const;
78

0 commit comments

Comments
 (0)