mirror of
https://github.com/cupcakearmy/hagen-control-station.git
synced 2025-09-05 14:50:39 +00:00
version bump
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"engines": {
|
||||
|
@@ -4,7 +4,6 @@ export const Version = process.env['npm_package_version']
|
||||
|
||||
export function init(bot: Bot) {
|
||||
bot.command('/version', async (ctx) => {
|
||||
// ctx.reply('Version: ' + version)
|
||||
ctx.reply(`Version: ${Version}`)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user