File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ export interface APIGuildIntegration {
662
662
/**
663
663
* Is this integration enabled
664
664
*/
665
- enabled ? : boolean ;
665
+ enabled : boolean ;
666
666
/**
667
667
* Is this integration syncing
668
668
*
@@ -698,7 +698,7 @@ export interface APIGuildIntegration {
698
698
/**
699
699
* User for this integration
700
700
*
701
- * **This field is not provided for `discord` bot integrations .**
701
+ * **Some older integrations may not have an attached user .**
702
702
*
703
703
* See https://discord.com/developers/docs/resources/user#user-object
704
704
*/
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ export interface APIGuildIntegration {
662
662
/**
663
663
* Is this integration enabled
664
664
*/
665
- enabled ? : boolean ;
665
+ enabled : boolean ;
666
666
/**
667
667
* Is this integration syncing
668
668
*
@@ -698,7 +698,7 @@ export interface APIGuildIntegration {
698
698
/**
699
699
* User for this integration
700
700
*
701
- * **This field is not provided for `discord` bot integrations .**
701
+ * **Some older integrations may not have an attached user .**
702
702
*
703
703
* See https://discord.com/developers/docs/resources/user#user-object
704
704
*/
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ export interface APIGuildIntegration {
662
662
/**
663
663
* Is this integration enabled
664
664
*/
665
- enabled ? : boolean ;
665
+ enabled : boolean ;
666
666
/**
667
667
* Is this integration syncing
668
668
*
@@ -698,7 +698,7 @@ export interface APIGuildIntegration {
698
698
/**
699
699
* User for this integration
700
700
*
701
- * **This field is not provided for `discord` bot integrations .**
701
+ * **Some older integrations may not have an attached user .**
702
702
*
703
703
* See https://discord.com/developers/docs/resources/user#user-object
704
704
*/
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ export interface APIGuildIntegration {
662
662
/**
663
663
* Is this integration enabled
664
664
*/
665
- enabled ? : boolean ;
665
+ enabled : boolean ;
666
666
/**
667
667
* Is this integration syncing
668
668
*
@@ -698,7 +698,7 @@ export interface APIGuildIntegration {
698
698
/**
699
699
* User for this integration
700
700
*
701
- * **This field is not provided for `discord` bot integrations .**
701
+ * **Some older integrations may not have an attached user .**
702
702
*
703
703
* See https://discord.com/developers/docs/resources/user#user-object
704
704
*/
You can’t perform that action at this time.
0 commit comments