Update bot.js
This commit is contained in:
parent
1f509dbffb
commit
487799b12a
8
bot.js
8
bot.js
@ -1201,7 +1201,7 @@ setInterval(resourceTransportation, 60 * 60 * 1000);
|
|||||||
|
|
||||||
|
|
||||||
bot.command('force_prod', async (ctx) => {
|
bot.command('force_prod', async (ctx) => {
|
||||||
resourceProduction()
|
resourceProduction()
|
||||||
return await ctx.reply(`Принудительно добыто.`)
|
return await ctx.reply(`Принудительно добыто.`)
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -1210,6 +1210,12 @@ bot.command('force_transport', async (ctx) => {
|
|||||||
return await ctx.reply(`Принудительно перевезено.`)
|
return await ctx.reply(`Принудительно перевезено.`)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
bot.command('force_hour', async (ctx) => {
|
||||||
|
resourceProduction()
|
||||||
|
resourceTransportation()
|
||||||
|
return await ctx.reply(`Принудительный час.`)
|
||||||
|
})
|
||||||
|
|
||||||
/////////////////////////////////////Enterprise Update end//////////////////////////////////////////////////
|
/////////////////////////////////////Enterprise Update end//////////////////////////////////////////////////
|
||||||
|
|
||||||
/////////////////////////////////////Admin Commands//////////////////////////////////////////////////
|
/////////////////////////////////////Admin Commands//////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user