- ok we needed fs lol
This commit is contained in:
parent
11edee02fb
commit
e36c072fb4
2
bot.js
2
bot.js
@ -1,6 +1,8 @@
|
|||||||
// Include Discordjs library
|
// Include Discordjs library
|
||||||
// http://github.com/discordjs/
|
// http://github.com/discordjs/
|
||||||
const { Client, VoiceChannel, Intents } = require('discord.js');
|
const { Client, VoiceChannel, Intents } = require('discord.js');
|
||||||
|
// Include fs, for reading and writing files
|
||||||
|
const fs = require('fs');
|
||||||
// Include ytdl, so we can play youtube videos over voice
|
// Include ytdl, so we can play youtube videos over voice
|
||||||
const ytdl = require('ytdl-core-discord');
|
const ytdl = require('ytdl-core-discord');
|
||||||
// Include our local auth key, so that we don't leak keys
|
// Include our local auth key, so that we don't leak keys
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user