Namespace 'Command' has no exported member 'ChatInputInteraction'.
Hey there,
I'm following the guide at https://www.sapphirejs.dev/docs/Guide/getting-started/creating-a-basic-app-command, and I'm getting the error
Namespace 'Command' has no exported member 'ChatInputInteraction'.
on this line.
Intellisense offers me autocomplete for Command.ChatInputCommandInteraction
. Is this a mistake in the guide?Solution:Jump to solution
Yeah that was changed today in v4. You should use Command.ChatInputCommandInteraction
4 Replies
Outdated guide
Open pr
Solution
Yeah that was changed today in v4. You should use Command.ChatInputCommandInteraction
Alright. Opening a PR.