Skip to content

Commit 1bcac6a

Browse files
committed
fix: version
1 parent b93bfdc commit 1bcac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const status = karin.command(/^#状态$/, async (e) => {
2525

2626
await e.reply([
2727
'------机器人状态------',
28-
`当前版本:v${process.env.karin_app_version}`,
28+
`当前版本:v${process.env.KARIN_VERSION}`,
2929
`内存占用:${MB()}MB`,
3030
`运行时间:${uptime()}`,
3131
'------今日统计------',

0 commit comments

Comments
 (0)