Skip to content

Instantly share code, notes, and snippets.

View cborac's full-sized avatar
🎵
Sunflower - Rex Orange County

Bora Ciner cborac

🎵
Sunflower - Rex Orange County
View GitHub Profile
//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', () => {