js has const....

This commit is contained in:
ITOH
2021-11-14 17:38:02 +01:00
parent 1a7f8c45df
commit 13447eceaa

View File

@@ -37,7 +37,7 @@ export async function sendInteractionResponse(
}
: { parse: [] };
let data = {
const data = {
content: options.data.content,
tts: options.data.tts,
embeds: options.data.embeds?.map((embed) => ({