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

types: Remove duplicate GuildChannelOverwriteOptions interface #7428

Merged
merged 1 commit into from
Feb 9, 2022
Merged

types: Remove duplicate GuildChannelOverwriteOptions interface #7428

merged 1 commit into from
Feb 9, 2022

Conversation

Jiralite
Copy link
Member

@Jiralite Jiralite commented Feb 9, 2022

Please describe the changes this PR makes and why it should be merged:
There is a duplicate interface for this. The other one is after it:

export interface GuildChannelOverwriteOptions {
reason?: string;
type?: number;
}

Seems to have been introduced from #5318.

Status and versioning classification:

  • Code changes have been tested against the Discord API, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

@iCrawl iCrawl added this to the discord.js v14 milestone Feb 9, 2022
@iCrawl iCrawl merged commit 83458ff into discordjs:main Feb 9, 2022
@Jiralite Jiralite deleted the patch-1 branch February 9, 2022 11:12
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.

3 participants