Skip to content

Commit

Permalink
chore: remove beta tag for integrationTypes and contexts on commands (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow authored Jan 22, 2025
1 parent e47271b commit c6c60a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-pants-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@buape/carbon": patch
---

chore: remove beta tag for integrationTypes and contexts on commands
2 changes: 0 additions & 2 deletions packages/carbon/src/abstracts/BaseCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ export abstract class BaseCommand {
abstract type: ApplicationCommandType
/**
* The places this command can be used in
* @beta API types are not finalized
*/
integrationTypes: ApplicationIntegrationType[] = [
ApplicationIntegrationType.GuildInstall,
ApplicationIntegrationType.UserInstall
]
/**
* The contexts this command can be used in
* @beta API types are not finalized
*/
contexts: InteractionContextType[] = [
InteractionContextType.Guild,
Expand Down

0 comments on commit c6c60a6

Please sign in to comment.