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