- ok we needed fs lol

This commit is contained in:
Robert 2021-12-11 21:43:40 -08:00
parent 11edee02fb
commit e36c072fb4

2
bot.js
View File

@ -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