mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
Prettified Code!
This commit is contained in:
@@ -8,6 +8,6 @@ export async function deleteWebhook(channelId: bigint, webhookId: bigint) {
|
||||
|
||||
return await rest.runMethod<undefined>(
|
||||
"delete",
|
||||
endpoints.WEBHOOK_ID(webhookId),
|
||||
endpoints.WEBHOOK_ID(webhookId)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user