From ed1cb81d2bee6dc3563d1782bef11c4b15ee0135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 1 Jan 2025 17:49:25 +0200 Subject: [PATCH] Update copyright year --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c5f6bb5..7332437 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import logger from "./functions/logger" console.log('InsID-Bot ' + process.env.npm_package_version); console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot'); -console.log('(c)2024 Verkkopeliyhdistys Insomnia ry & Warén Group'); +console.log('(c)2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group'); console.log(''); logger('Bot', 'Starting');