Update execute_webhook.ts

This commit is contained in:
ITOH
2021-05-03 22:58:41 +02:00
parent 70e64bb16d
commit b24853e5b7
-1
View File
@@ -26,4 +26,3 @@ export interface ExecuteWebhook {
export type DiscordExecuteWebhook = SnakeCasedPropertiesDeep<
Omit<ExecuteWebhook, "wait">
>;
//TODO: check this