mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Prettified Code!
This commit is contained in:
@@ -5,12 +5,7 @@ import { Collection } from "../../util/collection.ts";
|
||||
import { endpoints } from "../../util/constants.ts";
|
||||
|
||||
/** Get a list of users that reacted with this emoji. */
|
||||
export async function getReactions(
|
||||
channelId: bigint,
|
||||
messageId: bigint,
|
||||
reaction: string,
|
||||
options?: GetReactions
|
||||
) {
|
||||
export async function getReactions(channelId: bigint, messageId: bigint, reaction: string, options?: GetReactions) {
|
||||
const users = await rest.runMethod<User[]>(
|
||||
"get",
|
||||
endpoints.CHANNEL_MESSAGE_REACTION(channelId, messageId, reaction),
|
||||
|
||||
Reference in New Issue
Block a user