Skip to content

Instantly share code, notes, and snippets.

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 ^
@abbabaa
abbabaa / discord-bot-site-paragon-made-for-phineas.markdown
Created February 26, 2021 06:12
Discord Bot Site - Paragon - Made for Phineas