mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
This commit is contained in:
parent
7a74182add
commit
2aae71abf7
3 changed files with 13 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue