This commit is contained in:
thororen 2024-07-15 19:30:48 -04:00
parent 39e9c1f234
commit 3b980f2736

View file

@ -248,16 +248,6 @@ export default definePlugin({
description: "Comma-separated list of guild IDs to ignore",
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) {