Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created January 18, 2021 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AllGistsEqual/6c530348bc8a3d83db4caa3d06610a8c to your computer and use it in GitHub Desktop.
Save AllGistsEqual/6c530348bc8a3d83db4caa3d06610a8c to your computer and use it in GitHub Desktop.
require('dotenv').config()
const Discord = require('discord.js')
const config = require('../config.json')
const { TOKEN } = process.env
const { prefix, name } = config
const bot = new Discord.Client()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment