aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-20 23:03:12 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-20 23:03:12 -0400
commit53c7a06decb42fff8f480187857befdd3192d609 (patch)
tree42aa5f4b92f74a6dfffc135cabac3a8a751e9237 /bot.js
parentbeef57581d1f458734a3e4650b2c5033c3622ed8 (diff)
downloadDLAP-53c7a06decb42fff8f480187857befdd3192d609.tar.gz
DLAP-53c7a06decb42fff8f480187857befdd3192d609.tar.bz2
DLAP-53c7a06decb42fff8f480187857befdd3192d609.zip
More license stuff
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js5
1 files 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 <https://www.gnu.org/licenses/>.
- *********************************************/
+ *
+ ***************************************************************************/
const Discord = require('discord.js');
const fs = require('fs');
const client = new Discord.Client();