From 3345539d8609f8008cef7ed087146dae4b1f57da Mon Sep 17 00:00:00 2001 From: Eartharoid Date: Sun, 5 May 2019 21:57:51 +0100 Subject: [PATCH] Update index.js --- index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.js b/index.js index ca702d1..15c92eb 100644 --- a/index.js +++ b/index.js @@ -38,6 +38,13 @@ ############################################################################################### */ +/** +* +* @name DiscordTickets +* @author Eartharoid +* @license GNU-GPLv3 +* +*/ const fs = require('fs'); const Discord = require('discord.js'); const leeks = require('leeks.js'); @@ -74,6 +81,7 @@ console.log('\n\n'); console.log(leeks.colours.bgGrey(leeks.colours.grey(`\n\n==========================================================================\n\n`))) console.log('\n\n'); log.init() +// all log.* functions are logged to ./log/file.log from here onwards log.info(`Starting up...`)