Merge branch 'master' of https://git.zvz.be/SuYong/Jolbon-Emoji-Bot
This commit is contained in:
commit
37bd548476
2
index.js
2
index.js
@ -6,7 +6,7 @@ const sender = require('./src/sender.js')
|
|||||||
|
|
||||||
const commandManager = require('./src/commandManager.js')
|
const commandManager = require('./src/commandManager.js')
|
||||||
|
|
||||||
const bot_token = fs.readFileSync('./bot-token.txt', 'utf8')
|
const bot_token = fs.readFileSync('./bot-token.txt', 'utf8').trim()
|
||||||
const bot = new TelegramBot(bot_token, { polling: true })
|
const bot = new TelegramBot(bot_token, { polling: true })
|
||||||
|
|
||||||
const DEVELOPER = 121605312
|
const DEVELOPER = 121605312
|
||||||
|
Loading…
Reference in New Issue
Block a user