mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +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<
|
message: MakeRequired<
|
||||||
PartialClass<Message>,
|
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,
|
old: undefined | Message,
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user