mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-05 12:33:51 +09:00
リファクタリングなど
This commit is contained in:
@ -24,6 +24,8 @@ export default class KeywordModule extends Module {
|
||||
|
||||
@autobind
|
||||
public install() {
|
||||
if (!config.keywordEnabled) return {};
|
||||
|
||||
//#region Init DB
|
||||
this.learnedKeywords = getCollection(this.ai.db, '_keyword_learnedKeywords', {
|
||||
indices: ['userId']
|
||||
|
Reference in New Issue
Block a user