Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing discord-api Methods #140

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
IanMitchell committed Aug 19, 2022
commit c0a0ccdfa3b2da5b7caad8bb8240302736f7bfc0
29 changes: 0 additions & 29 deletions packages/discord-api/src/routes/webhook.ts
Original file line number Diff line number Diff line change
@@ -30,32 +30,3 @@ export async function createWebhook(
headers,
}) as Promise<RESTPostAPIChannelWebhookResult>;
}

/**
* createWebhook
* getChannelWebhooks
* getGuildWebhooks
* getWebhook
* getWebhookWithToken
* modifyWebhook
* modifyWebhookWithToken
* deleteWebhook
* deleteWebhookWithToken
* executeWebook
* executeSlackWebhook
* executeGitHubWebook
* getWebhookMessage
* editWebhookMessage
* deleteWebhookMessage
*
* or
* postWebhook
* getChannelWebhooks
* getGuildWebhooks
* getWebhook
* getWebhookWithToken
* patchWebhook
* patchWebhookWithToken
* deleteWebhook
* deleteWebhookWithToken
*/