Put credits to Hitalo again because he wants it

This commit is contained in:
Lucas Gabriel 2024-09-07 11:05:36 -03:00
parent 915e22ede5
commit 024038e2ac
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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 { isOnSpamWatch } = require('../plugins/lib-spamwatch/spamwatch.js');
const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch); const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(isOnSpamWatch);