Update index.tsx

This commit is contained in:
Isaac 2024-09-19 12:37:06 +03:00 committed by GitHub
parent 440fb5a212
commit f9a59d89e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +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});
},
start() {