(╯°□°)╯︵ ┻━┻ (#1347)

This commit is contained in:
Gus Caplan
2017-04-07 05:13:13 -05:00
committed by Crawl
parent ab589fa5f2
commit e5293647a3

View File

@@ -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}`,