Update MLEnhanced

This commit is contained in:
thororen1234 2025-01-05 09:34:58 -05:00
parent 00760172ef
commit c1f079bc6c
5 changed files with 4 additions and 11 deletions

View file

@ -42,12 +42,6 @@ export const settings = definePluginSettings({
description: "Usually message logger only logs from whitelisted ids and dms, enabling this would mean it would log messages from all servers as well. Note that this may cause the cache to exceed its limit, resulting in some messages being missed. If you are in a lot of servers, this may significantly increase the chances of messages being logged, which can result in a large message record and the inclusion of irrelevant messages.",
},
autoCheckForUpdates: {
default: true,
type: OptionType.BOOLEAN,
description: "Automatically check for updates on startup.",
},
ignoreBots: {
type: OptionType.BOOLEAN,
description: "Whether to ignore messages by bots",