From f064ac1f54462f091bf936a2174cbc94978ffdc7 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Feb 2018 12:53:05 -0500 Subject: Initial Commit --- bot.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bot.js (limited to 'bot.js') diff --git a/bot.js b/bot.js new file mode 100644 index 0000000..cf97232 --- /dev/null +++ b/bot.js @@ -0,0 +1,5 @@ +const Discord = require('discord.js'); +const bot = new Discord.Client(); +const config = require('./config.json'); + +bot.login(config.token); -- cgit v1.2.3