-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 😆
/** | ||
* 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double T
Fully implements the missing discord-api methods