mirror of
https://github.com/cupcakearmy/hagen-control-station.git
synced 2024-12-21 15:46:25 +00:00
version bump
This commit is contained in:
parent
5a0a91ec87
commit
ec5b7eafaa
@ -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}`)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user