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