Skip to main content
The Deno 2 Release Candidate is here
Learn more
function deleteUserReaction
import { deleteUserReaction } from "https://deno.land/x/discordeno_patched@18.0.2/helpers/messages/reactions/mod.ts";

Deletes a user's reaction from a message.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel the message to delete the reaction from is in.
messageId: BigString
  • The ID of the message to delete the reaction from.
userId: BigString
  • The ID of the user whose reaction to delete.
reaction: string
  • The reaction to delete from the message.

Returns

Promise<void>