mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Update discord.ts
This commit is contained in:
@@ -34,6 +34,13 @@ export const endpoints = {
|
||||
emoji: string,
|
||||
) =>
|
||||
`${baseEndpoints.BASE_URL}/channels/${id}/messages/${messageID}/reactions/${emoji}/@me`,
|
||||
CHANNEL_MESSAGE_REACTION_USER: (
|
||||
id: string,
|
||||
messageID: string,
|
||||
emoji: string,
|
||||
userId: string
|
||||
) =>
|
||||
`${baseEndpoints.BASE_URL}/channels/${id}/messages/${messageID}/reactions/${emoji}/${userId}`,
|
||||
CHANNEL_MESSAGE_REACTIONS: (id: string, messageID: string) =>
|
||||
`${baseEndpoints.BASE_URL}/channels/${id}/messages/${messageID}/reactions`,
|
||||
CHANNEL_MESSAGE_REACTION: (id: string, messageID: string, emoji: string) =>
|
||||
|
||||
Reference in New Issue
Block a user