Skip to content

config.js

Michael edited this page Apr 17, 2019 · 1 revision

C&P this file and add your key to it. Goes into ./DiscordBot

/*
The purpose of this file is to hold personal config options for your bot.

Thusly:
IF YOU ARE REVIEWING A PR AND THIS FILE IS IN IT, DO NOT LET THIS FILE THROUGH.

key is your bot's token
owner is your discord ID
*/

module.exports = {
  key: '',
  owner: ''
};

Clone this wiki locally