aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files changed, 4 insertions, 0 deletions
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...