Small updates

This commit is contained in:
lucmsilva651 2024-07-24 23:16:39 -03:00
parent 05eddc7734
commit 7f93f53cd6
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
6 changed files with 56 additions and 6 deletions

4
bot.js
View file

@ -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');