hotfix 1234
This commit is contained in:
parent
911aaea0a3
commit
fc9c6d4da2
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@
|
|||
<v-content>
|
||||
<v-form>
|
||||
<v-tabs v-model="configTab" next-icon="mdi-arrow-right-bold-box-outline" prev-icon="mdi-arrow-left-bold-box-outline" show-arrows>
|
||||
<v-tabs-slider></v-tabs-slider>
|
||||
<v-tab key="botSettings">Bot Settings</v-tab>
|
||||
<v-tab v-show="EXPERTMODE" key="notificationConfig">Notification Configuration</v-tab>
|
||||
</v-tabs>
|
||||
|
|
2
index.js
2
index.js
|
@ -6,7 +6,7 @@ const axios = require('axios')
|
|||
const fs = require('fs')
|
||||
const socket = io(new URL(config.pager.url).origin)
|
||||
|
||||
const bot = new Telegraf(config.bottoken)
|
||||
const bot = new Telegraf(config.bottoken || '1234567890:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')
|
||||
bot.start((ctx) => ctx.reply('Welcome, write me a message'))
|
||||
let assoc = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue