Skip to content

Instantly share code, notes, and snippets.

View BrokenKaneki's full-sized avatar
🤖
on discord bruh (username:Broken#2222)

Broken BrokenKaneki

🤖
on discord bruh (username:Broken#2222)
View GitHub Profile
if (process.version.startsWith("v6")) throw new Error("This Bot requires Node 7v+ because of async/await")
const Discord = require("discord.js")
const express = require("express")
const app = express()
const superagent = require("superagent")
//Config
let INVITE = process.env.INVITE || "", //An Infinite Invite to your discord server.
GUILD = process.env.GUILD || "", //The ID of the Guild for this invite ^