mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fixes
This commit is contained in:
parent
30c4e4a43f
commit
5c462a712a
@ -53,7 +53,7 @@ session.on('READY', (payload) => {
|
||||
|
||||
session.on('INTERACTION_CREATE', (interaction) => {
|
||||
if (interaction.type !== InteractionType.ApplicationCommand) return;
|
||||
session.api.managers.interaction.reply(interaction.id, interaction.token, {
|
||||
session.managers.interaction.reply(interaction.id, interaction.token, {
|
||||
body: {
|
||||
type: InteractionResponseType.ChannelMessageWithSource,
|
||||
data: { content: 'pong!' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user