MLE: IgnoreWebhooks Setting
Some checks failed
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-05-26 12:39:23 -04:00
parent 7a74182add
commit 2aae71abf7
No known key found for this signature in database
3 changed files with 13 additions and 3 deletions

View file

@ -52,6 +52,12 @@ export const settings = definePluginSettings({
}
},
ignoreWebhooks: {
type: OptionType.BOOLEAN,
description: "Whether to ignore messages by webhooks",
default: false,
},
ignoreSelf: {
type: OptionType.BOOLEAN,
description: "Whether to ignore messages by yourself",