mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
forgot to do this
This commit is contained in:
parent
eb1e86eda9
commit
440fb5a212
1 changed files with 1 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue