From 440fb5a212344f6a25b29f388cf7e23e1d884fa5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 19 Sep 2024 10:55:55 +0300 Subject: [PATCH] forgot to do this --- src/plugins/hideMessage/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/plugins/hideMessage/index.tsx b/src/plugins/hideMessage/index.tsx index 2d5bb9504..f10274783 100644 --- a/src/plugins/hideMessage/index.tsx +++ b/src/plugins/hideMessage/index.tsx @@ -24,11 +24,7 @@ export default definePlugin({ authors: [Devs.Isaac], hideMessage(msg: Message) { - FluxDispatcher.dispatch({type: "MESSAGE_DELETE", - channelId: msg.channel_id, - id: msg.id, - mlDeleted: true - }); + FluxDispatcher.dispatch({type: "MESSAGE_DELETE", channelId: msg.channel_id, id: msg.id, mlDeleted: true}); }, start() {