This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//C:\Users\BBY1\Desktop\Blackboard Bot | |
const Discord = module.require("discord.js"); | |
const bot = new Discord.Client(); | |
const Canvas = require('canvas'); | |
const prefix = '!'; | |
bot.login('TOKEN'); | |
//console.log: ready | |
bot.once('ready', () => { |