Skip to content
Bilal Bassam edited this page Dec 1, 2024 · 1 revision

The following are new events added to Client.

client:on("interactionCreate", function(intr)
  intr:reply("Got an interaction!")
end)

New Events

interactionCreate

Emitted when a user invokes an interaction with your app

Clone this wiki locally