mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
fix message acking (#1368)
This commit is contained in:
parent
6495df50f9
commit
8dfc96d460
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue