mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
ac6b828103
commit
971443cdf4
@@ -117,7 +117,7 @@ export async function sendInteractionResponse(
|
||||
{
|
||||
content: options.data.content,
|
||||
tts: options.data.tts,
|
||||
embeds: options.data.embeds?.map((embed) => ({
|
||||
embeds: options.data.embeds?.map((embed) => ({
|
||||
title: embed.title,
|
||||
type: embed.type,
|
||||
description: embed.description,
|
||||
|
||||
Reference in New Issue
Block a user