mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
refactor(util): update endpoints (#383)
* Update constants.ts * fiiiixxxx * dupe * Update src/util/constants.ts Co-authored-by: Ayyan <ayyantee@gmail.com> * USER_DM * fix this and remove that * Update src/util/constants.ts Co-authored-by: Ayyan <ayyantee@gmail.com> * Update constants.ts * Update src/util/constants.ts Co-authored-by: Ayyan <ayyantee@gmail.com> * Update src/util/constants.ts Co-authored-by: Ayyan <ayyantee@gmail.com> * need these * hmm * rename GUILD_EMBED to GUILD_WIDGET * idk * Update src/util/constants.ts Co-authored-by: Ayyan <ayyantee@gmail.com> * Update constants.ts * Update constants.ts Co-authored-by: Ayyan <ayyantee@gmail.com>
This commit is contained in:
@@ -417,7 +417,7 @@ export async function editChannel(
|
||||
};
|
||||
|
||||
return RequestManager.patch(
|
||||
endpoints.GUILD_CHANNEL(channelID),
|
||||
endpoints.CHANNEL_BASE(channelID),
|
||||
{
|
||||
...payload,
|
||||
reason,
|
||||
|
||||
Reference in New Issue
Block a user