mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 01:46:23 +00:00
Update index.tsx
This commit is contained in:
parent
440fb5a212
commit
f9a59d89e1
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue