Fix Typo
This commit is contained in:
parent
29efedffc6
commit
f6590b9ecf
2
bot.js
2
bot.js
@ -1,7 +1,7 @@
|
|||||||
const Telegraf = require("telegraf");
|
const Telegraf = require("telegraf");
|
||||||
const { BOT_API_KEY } = process.env;
|
const { BOT_API_KEY } = process.env;
|
||||||
const fs = require("fs").promises;
|
const fs = require("fs").promises;
|
||||||
const commands = require("./command/random");
|
const commands = require("./commands/random");
|
||||||
|
|
||||||
const bot = new Telegraf(BOT_API_KEY);
|
const bot = new Telegraf(BOT_API_KEY);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user