This commit is contained in:
byron 2024-03-22 10:06:57 -04:00 committed by GitHub
parent c542a81986
commit 9edb4c01f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,7 +165,7 @@ export default definePlugin({
}); });
} }
sendBotMessage(ctx.channel.id, { sendBotMessage(ctx.channel.id, {
content: "Your message to the webhook has been executed." content: "Your webhook message has been executed."
}); });
} }
} }