feat(CommandInteraction): add toString method (#6793)

This commit is contained in:
Rodry
2021-10-12 20:11:18 +01:00
committed by GitHub
parent 5566404850
commit bd48e6df84
2 changed files with 16 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -604,6 +604,7 @@ export type GuildCommandInteraction<Cached extends GuildCacheState = GuildCacheS
export class CommandInteraction extends BaseCommandInteraction implements GuildCachedInteraction<CommandInteraction> {
public options: CommandInteractionOptionResolver;
public toString(): string;
}
export class CommandInteractionOptionResolver {