mirror of
https://github.com/Alee14/DLAP.git
synced 2025-01-22 19:02:57 -05:00
More license stuff
This commit is contained in:
parent
beef57581d
commit
53c7a06dec
1 changed files with 3 additions and 2 deletions
5
bot.js
5
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();
|
||||
|
|
Loading…
Reference in a new issue