From 0aef6ef414a4566c0d0f51f58af3f6d3575b004c Mon Sep 17 00:00:00 2001 From: Emily J Date: Sun, 25 Oct 2020 13:10:11 +1100 Subject: [PATCH] extended notice --- bot/util/logger.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/util/logger.js b/bot/util/logger.js index 65e300a..6006c9d 100644 --- a/bot/util/logger.js +++ b/bot/util/logger.js @@ -1,6 +1,7 @@ /** * Colorful logger class from the Chariot.js Client framework featuring various log levels. * Link: https://github.com/riyacchi/chariot.js/master/helpers/Logger.js + * This file is licensed under the AGPLv3 license (same as the Woomy project) */ const chalk = require('chalk');