mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
(╯°□°)╯︵ ┻━┻ (#1347)
This commit is contained in:
parent
ab589fa5f2
commit
e5293647a3
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ const Endpoints = exports.Endpoints = {
|
|||
channels: `${base}/channels`,
|
||||
profile: `${base}/profile`,
|
||||
relationships: `${base}/relationships`,
|
||||
settings: `${base}/settings`,
|
||||
Relationship: uID => `${base}/relationships/${uID}`,
|
||||
Guild: guildID => `${base}/guilds/${guildID}`,
|
||||
Note: id => `${base}/notes/${id}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue