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
Open

Add Missing discord-api Methods #140

wants to merge 17 commits into from

Conversation

IanMitchell
Copy link
Owner

@IanMitchell IanMitchell commented Aug 19, 2022

Fully implements the missing discord-api methods

@vercel
Copy link

vercel bot commented Aug 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
interaction-kit ✅ Ready (Inspect) Visit Preview Nov 3, 2022 at 7:53PM (UTC)

@IanMitchell IanMitchell changed the title Add quick notes discord-api Implementation Example Aug 19, 2022
package.json Outdated
@@ -17,7 +17,7 @@
"prettier": "turbo run prettier",
"lint": "turbo run lint",
"pretest": "npm run clean && npm run build",
"test": "vitest run",
"test": "NODE_OPTIONS='--es-module-specifier-resolution=node' vitest run",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love this, but ckohen tells me to not need it I gotta make my code ugly sadface emoji

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That implies your code isn't ugly already 😆

@IanMitchell IanMitchell changed the title discord-api Implementation Example Add Webhooks to discord-api (Implementation Example) Aug 25, 2022
@IanMitchell IanMitchell marked this pull request as ready for review August 25, 2022 19:17
@IanMitchell IanMitchell changed the title Add Webhooks to discord-api (Implementation Example) Add Missing discord-api Methods Oct 20, 2022
/**
* Get the Audit Log for a Guild.
* {@link https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log | Discord Documentation}
* @param guildId - TThe target Guild to get the Audit Log in.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double T

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write discord-api TSDocs Add discord-api tests Add all missing methods to discord-api
3 participants