mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +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 {
|
||||
toString: () => mbase,
|
||||
reactions: `${mbase}/reactions`,
|
||||
ack: `${base}/ack`,
|
||||
ack: `${mbase}/ack`,
|
||||
Reaction: (emoji, limit) => {
|
||||
const rbase = `${mbase}/reactions/${emoji}${limit ? `?limit=${limit}` : ''}`;
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue