wrong repsonse type

This commit is contained in:
cirroskais 2024-04-18 15:06:50 -04:00
parent ef9c9468f2
commit 14867491af
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -21,7 +21,7 @@ export default class extends SlashCommand implements Command {
async run(interaction: Interaction) {
return {
type: InteractionResponseTypes.UpdateMessage,
type: InteractionResponseTypes.ChannelMessageWithSource,
data: { content: "my name is terry and im going to destroy thgis world" },
};
}