mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
feat(CommandInteraction): add toString method (#6793)
This commit is contained in:
Vendored
+1
@@ -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