From 53c7a06decb42fff8f480187857befdd3192d609 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 23:03:12 -0400 Subject: More license stuff --- bot.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot.js b/bot.js index ce233a4..a61ea5f 100644 --- a/bot.js +++ b/bot.js @@ -1,4 +1,4 @@ -/********************************************* +/************************************************************************** * * DLMP3 Bot: A Discord bot that plays local mp3 audio tracks. * (C) Copyright 2020 @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - *********************************************/ + * + ***************************************************************************/ const Discord = require('discord.js'); const fs = require('fs'); const client = new Discord.Client(); -- cgit v1.2.3