From 28387d269223fc43483ab3e94c7fc730985b4326 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 19 Jul 2020 15:32:22 -0400 Subject: License --- bot.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bot.js') 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'); -- cgit v1.2.3