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

feat: add ACTIVE_DEVELOPER user flag #9428

Merged
merged 2 commits into from Apr 20, 2023
Merged

Conversation

pkdev08
Copy link
Contributor

@pkdev08 pkdev08 commented Apr 20, 2023

Please describe the changes this PR makes and why it should be merged:

adds the ACTIVE_DEVELOPER user flag.

@vercel
Copy link

vercel bot commented Apr 20, 2023

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

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
discord-js ⬜️ Ignored (Inspect) Apr 20, 2023 1:50am
discord-js-guide ⬜️ Ignored (Inspect) Apr 20, 2023 1:50am

Copy link
Member

@Jiralite Jiralite left a comment

Choose a reason for hiding this comment

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

Hey there, thank you for contributing.

This seems alright, except for the linting errors. Make sure you follow version 13's contributing guidelines so you can catch these errors before opening a pull request!

Be sure to add this in the typings too:

discord.js/typings/index.d.ts

Lines 6429 to 6443 in 4f26ba7

export type UserFlagsString =
| 'DISCORD_EMPLOYEE'
| 'PARTNERED_SERVER_OWNER'
| 'HYPESQUAD_EVENTS'
| 'BUGHUNTER_LEVEL_1'
| 'HOUSE_BRAVERY'
| 'HOUSE_BRILLIANCE'
| 'HOUSE_BALANCE'
| 'EARLY_SUPPORTER'
| 'TEAM_USER'
| 'BUGHUNTER_LEVEL_2'
| 'VERIFIED_BOT'
| 'EARLY_VERIFIED_BOT_DEVELOPER'
| 'DISCORD_CERTIFIED_MODERATOR'
| 'BOT_HTTP_INTERACTIONS';

@kodiakhq kodiakhq bot merged commit 420f379 into discordjs:v13 Apr 20, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants