commit
This commit is contained in:
parent
ab45931f0f
commit
13ec9babde
7 changed files with 211 additions and 20 deletions
2
app.js
2
app.js
|
@ -8,7 +8,7 @@ const telegramEvents = require('./events/telegramEvents');
|
|||
|
||||
//bot initialization
|
||||
const bot = new Telegraf(process.env.TELEGRAM);
|
||||
const client = new discord.Client({intents: 3276799});
|
||||
const client = new discord.Client({intents: 33297});
|
||||
|
||||
//Telegram events
|
||||
telegramEvents.start(bot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue