mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
fix: message_update hook types
This commit is contained in:
parent
2fe113086e
commit
b5bb4ed45d
@ -55,7 +55,18 @@ export const MESSAGE_UPDATE = async (
|
||||
[
|
||||
message: MakeRequired<
|
||||
PartialClass<Message>,
|
||||
'id' | 'channelId' | 'createdAt' | 'createdTimestamp' | 'rest' | 'cache' | 'api' | 'client'
|
||||
| 'id'
|
||||
| 'channelId'
|
||||
| 'createdAt'
|
||||
| 'createdTimestamp'
|
||||
| 'rest'
|
||||
| 'cache'
|
||||
| 'api'
|
||||
| 'client'
|
||||
| 'mentions'
|
||||
| 'url'
|
||||
| 'user'
|
||||
| 'author'
|
||||
>,
|
||||
old: undefined | Message,
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user