Small updates
This commit is contained in:
parent
05eddc7734
commit
7f93f53cd6
6 changed files with 56 additions and 6 deletions
4
bot.js
4
bot.js
|
@ -1,7 +1,7 @@
|
|||
const { Telegraf } = require('telegraf');
|
||||
const config = require('./props/config.json');
|
||||
const Config = require('./props/config.json');
|
||||
|
||||
const bot = new Telegraf(config.botToken);
|
||||
const bot = new Telegraf(Config.botToken);
|
||||
|
||||
const loadCommands = () => {
|
||||
const fs = require('fs');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue