We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93bfdc commit 1bcac6aCopy full SHA for 1bcac6a
src/apps/status.ts
@@ -25,7 +25,7 @@ export const status = karin.command(/^#状态$/, async (e) => {
25
26
await e.reply([
27
'------机器人状态------',
28
- `当前版本:v${process.env.karin_app_version}`,
+ `当前版本:v${process.env.KARIN_VERSION}`,
29
`内存占用:${MB()}MB`,
30
`运行时间:${uptime()}`,
31
'------今日统计------',
0 commit comments