mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix message acking (#1368)
This commit is contained in:
@@ -165,7 +165,7 @@ const Endpoints = exports.Endpoints = {
|
||||
return {
|
||||
toString: () => mbase,
|
||||
reactions: `${mbase}/reactions`,
|
||||
ack: `${base}/ack`,
|
||||
ack: `${mbase}/ack`,
|
||||
Reaction: (emoji, limit) => {
|
||||
const rbase = `${mbase}/reactions/${emoji}${limit ? `?limit=${limit}` : ''}`;
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user