diff --git a/helpers/messages/getReactions.ts b/helpers/messages/getReactions.ts index 2696b7bad..05842f7ce 100644 --- a/helpers/messages/getReactions.ts +++ b/helpers/messages/getReactions.ts @@ -20,7 +20,7 @@ export async function getReactions( const results = await bot.rest.runMethod( bot.rest, "GET", - bot.constants.routes.CHANNEL_MESSAGE_REACTION(channelId, messageId, encodeURIComponent(reaction), options), + bot.constants.routes.CHANNEL_MESSAGE_REACTION(channelId, messageId, reaction, options), ); return new Collection(