mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
feat(CommandInteraction): add toString method (#6793)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user