aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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');