Update index.js

This commit is contained in:
Isaac (eartharoid) 2020-10-12 22:57:24 +01:00
parent 5846b88db2
commit 92110b405f

View File

@ -3,8 +3,14 @@
* @name DiscordTickets * @name DiscordTickets
* @author eartharoid <contact@eartharoid.me> * @author eartharoid <contact@eartharoid.me>
* @license GNU-GPLv3 * @license GNU-GPLv3
*
* DiscordTickets Copyright (C) 2020 Isaac "eartharoid" Saunders
* This program comes with ABSOLUTELY NO WARRANTY.
* This is free software, and you are welcome to redistribute it
* under certain conditions. See the included LICENSE file for details.
* *
*/ */
const fs = require('fs'); const fs = require('fs');
const path = require('path'); const path = require('path');