mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 01:01:53 +00:00
Webpack build for branch master: e5293647a3
This commit is contained in:
parent
fbcf04ca79
commit
c1aac5c9d3
2 changed files with 2 additions and 1 deletions
|
|
@ -165,6 +165,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}`,
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue