mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
consistency with rest of lib
This commit is contained in:
@@ -114,14 +114,14 @@ export function removeUserReaction(
|
|||||||
channelID: string,
|
channelID: string,
|
||||||
messageID: string,
|
messageID: string,
|
||||||
reaction: string,
|
reaction: string,
|
||||||
userId: string,
|
userID: string,
|
||||||
) {
|
) {
|
||||||
RequestManager.delete(
|
RequestManager.delete(
|
||||||
endpoints.CHANNEL_MESSAGE_REACTION_USER(
|
endpoints.CHANNEL_MESSAGE_REACTION_USER(
|
||||||
channelID,
|
channelID,
|
||||||
messageID,
|
messageID,
|
||||||
reaction,
|
reaction,
|
||||||
userId,
|
userID,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user