mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Made search argument optional, added useronly warning and fixed endpoint (#1407)
This commit is contained in:
@@ -154,7 +154,7 @@ const Endpoints = exports.Endpoints = {
|
||||
typing: `${base}/typing`,
|
||||
permissions: `${base}/permissions`,
|
||||
webhooks: `${base}/webhooks`,
|
||||
search: `${base}/search`,
|
||||
search: `${base}/messages/search`,
|
||||
ack: `${base}/ack`,
|
||||
pins: `${base}/pins`,
|
||||
Pin: messageID => `${base}/pins/${messageID}`,
|
||||
|
||||
Reference in New Issue
Block a user