From 006a028fc8bfcc8c1474cb7c0103dfd97194f619 Mon Sep 17 00:00:00 2001 From: Eartharoid Date: Wed, 8 May 2019 17:50:29 +0100 Subject: [PATCH] Update index.js --- index.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index fa820d5..c940578 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -/* +/** ############################################################################################### ____ _ _____ _ _ | _ \ (_) ___ ___ ___ _ __ __| | |_ _| (_) ___ | | __ ___ | |_ ___ @@ -36,15 +36,13 @@ > For support, visit https://github.com/eartharoid/DiscordTickets/#readme > My website: https://eartharoid.ml + @name DiscordTickets + @author Eartharoid + @license GNU-GPLv3 + ############################################################################################### */ -/** -* -* @name DiscordTickets -* @author Eartharoid -* @license GNU-GPLv3 -* -*/ + const fs = require('fs'); const Discord = require('discord.js'); const leeks = require('leeks.js');