mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix: lmao
This commit is contained in:
parent
1ea39f7abb
commit
fac07052f8
@ -60,10 +60,10 @@ export const MESSAGE_UPDATE = async (
|
|||||||
return [Transformers.Message(self, data) as any, await self.cache.messages?.get(data.id)];
|
return [Transformers.Message(self, data) as any, await self.cache.messages?.get(data.id)];
|
||||||
};
|
};
|
||||||
|
|
||||||
export const MESSAGE_POLL_VOTE_REMOVE = (_: UsingClient, data: GatewayMessagePollVoteRemoveDispatch) => {
|
export const MESSAGE_POLL_VOTE_REMOVE = (_: UsingClient, data: GatewayMessagePollVoteRemoveDispatch['d']) => {
|
||||||
return toCamelCase(data);
|
return toCamelCase(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const MESSAGE_POLL_VOTE_ADD = (_: UsingClient, data: GatewayMessagePollVoteAddDispatch) => {
|
export const MESSAGE_POLL_VOTE_ADD = (_: UsingClient, data: GatewayMessagePollVoteAddDispatch['d']) => {
|
||||||
return toCamelCase(data);
|
return toCamelCase(data);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user