update doc for InteractionInfo
This commit is contained in:
@@ -38,10 +38,11 @@ export type ReacordConfig = {
|
|||||||
* ```js
|
* ```js
|
||||||
* client.on("interactionCreate", (interaction) => {
|
* client.on("interactionCreate", (interaction) => {
|
||||||
* if (interaction.isChatInputCommand() && interaction.commandName === "hi") {
|
* if (interaction.isChatInputCommand() && interaction.commandName === "hi") {
|
||||||
* interaction.reply("hi lol")
|
* reacord.reply(interacition, "hi lol")
|
||||||
* }
|
* }
|
||||||
* })
|
* })
|
||||||
* ```
|
* ```
|
||||||
|
* @category Core
|
||||||
*/
|
*/
|
||||||
export type InteractionInfo = {
|
export type InteractionInfo = {
|
||||||
id: string
|
id: string
|
||||||
|
|||||||
Reference in New Issue
Block a user