From 58620ec029e7295db87dfb6a6069d83426282677 Mon Sep 17 00:00:00 2001 From: s1n Date: Tue, 27 Aug 2019 08:18:23 -0700 Subject: main js --- main.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 main.js diff --git a/main.js b/main.js new file mode 100644 index 0000000..9ad5362 --- /dev/null +++ b/main.js @@ -0,0 +1,4 @@ +const Discord = require('discord.js'); // For discord.js framework to get called. +const config = require('/config.json'); // For bot token and tagging. + +// JavaScript code... -- cgit v1.2.3