From 024038e2ac6895c910461a1b930a0cd958928bcf Mon Sep 17 00:00:00 2001 From: lucmsilva651 Date: Sat, 7 Sep 2024 11:05:36 -0300 Subject: [PATCH] Put credits to Hitalo again because he wants it --- commands/gsmarena.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands/gsmarena.js b/commands/gsmarena.js index b7bc28d..1838e8f 100644 --- a/commands/gsmarena.js +++ b/commands/gsmarena.js @@ -1,3 +1,9 @@ +// Ported and improved from Hitalo's PyKorone bot +// Copyright (c) 2024 Hitalo M. (https://github.com/HitaloM) +// Original code license: BSD-3-Clause +// With some help from GPT (I don't really like AI but whatever) +// If this were a kang, I would not be giving credits to him! + const { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js'); const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch);