aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-19 15:32:22 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-19 15:32:22 -0400
commit28387d269223fc43483ab3e94c7fc730985b4326 (patch)
tree362e7572e8531096d6f792cbb7a8e85d35abe142 /bot.js
parent69858d1a95d66fff96da6cf0d3b25bf25813d321 (diff)
downloadDLAP-28387d269223fc43483ab3e94c7fc730985b4326.tar.gz
DLAP-28387d269223fc43483ab3e94c7fc730985b4326.tar.bz2
DLAP-28387d269223fc43483ab3e94c7fc730985b4326.zip
License
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index c9e9390..d17421e 100644
--- a/bot.js
+++ b/bot.js
@@ -1,3 +1,11 @@
+/*********************************************
+ *
+ * Project Jul-2020 Discord Bot
+ * By: Andrew Lee
+ *
+ * Licensed with GPL-3.0
+ *
+ *********************************************/
const Discord = require('discord.js');
const client = new Discord.Client();
const config = require('./token.json');