- ok we needed fs lol
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// Include Discordjs library
|
||||
// http://github.com/discordjs/
|
||||
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
|
||||
const ytdl = require('ytdl-core-discord');
|
||||
// Include our local auth key, so that we don't leak keys
|
||||
|
||||
Reference in New Issue
Block a user