File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
packages/discord.js/typings Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -1508,26 +1508,6 @@ declare const applicationCommandSubGroup: ApplicationCommandSubGroup;
1508
1508
applicationCommandSubGroup . options = [ ] as const ;
1509
1509
}
1510
1510
1511
- declare const userContextMenuCommandInteraction : UserContextMenuCommandInteraction ;
1512
- {
1513
- expectType < User | null > ( userContextMenuCommandInteraction . options . getUser ( 'useroption' ) ) ;
1514
- expectType < User > ( userContextMenuCommandInteraction . options . getUser ( 'useroption' , true ) ) ;
1515
- expectType < GuildMember | APIInteractionDataResolvedGuildMember | null > (
1516
- userContextMenuCommandInteraction . options . getMember ( 'useroption' ) ,
1517
- ) ;
1518
- if ( userContextMenuCommandInteraction . inCachedGuild ( ) ) {
1519
- expectType < GuildMember | null > ( userContextMenuCommandInteraction . options . getMember ( 'useroption' ) ) ;
1520
- }
1521
- }
1522
-
1523
- declare const messageContextMenuCommandInteraction : MessageContextMenuCommandInteraction ;
1524
- {
1525
- expectType < Message > ( messageContextMenuCommandInteraction . options . getMessage ( 'message' , true ) ) ;
1526
- expectType < GuildMember | APIInteractionDataResolvedGuildMember | null > (
1527
- userContextMenuCommandInteraction . options . getMember ( 'useroption' ) ,
1528
- ) ;
1529
- }
1530
-
1531
1511
declare const autoModerationRuleManager : AutoModerationRuleManager ;
1532
1512
{
1533
1513
expectType < Promise < AutoModerationRule > > ( autoModerationRuleManager . fetch ( '1234567890' ) ) ;
You can’t perform that action at this time.
0 commit comments