mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 03:38:17 +00:00
fix(misc): check whether guilds' loaded every 2s (#353)
* fix(misc): check whether guilds' loaded every 2s * unavailable_guilds -> guilds * guilds -> unavailable_guilds * Separate unavailable guild type * Clean up and apply suggested changes
This commit is contained in:
@@ -46,7 +46,7 @@ export async function createWebhook(
|
||||
throw new Error(Errors.INVALID_WEBHOOK_NAME);
|
||||
}
|
||||
|
||||
return await RequestManager.post(
|
||||
return RequestManager.post(
|
||||
endpoints.CHANNEL_WEBHOOKS(channelID),
|
||||
{
|
||||
...options,
|
||||
|
||||
Reference in New Issue
Block a user