mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-07 11:23:39 -05:00
Fix
This commit is contained in:
parent
39e9c1f234
commit
3b980f2736
1 changed files with 0 additions and 10 deletions
|
@ -248,16 +248,6 @@ export default definePlugin({
|
||||||
description: "Comma-separated list of guild IDs to ignore",
|
description: "Comma-separated list of guild IDs to ignore",
|
||||||
default: ""
|
default: ""
|
||||||
},
|
},
|
||||||
logDeletes: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
description: "Whether to log deleted messages",
|
|
||||||
default: true,
|
|
||||||
},
|
|
||||||
logEdits: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
description: "Whether to log edited messages",
|
|
||||||
default: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
handleDelete(cache: any, data: { ids: string[], id: string; mlDeleted?: boolean; }, isBulk: boolean) {
|
handleDelete(cache: any, data: { ids: string[], id: string; mlDeleted?: boolean; }, isBulk: boolean) {
|
||||||
|
|
Loading…
Reference in a new issue