mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
js has const....
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user