mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Update send_interaction_response.ts
This commit is contained in:
@@ -28,7 +28,7 @@ export async function sendInteractionResponse(
|
||||
options.data = { ...options.data, allowedMentions: { parse: [] } };
|
||||
}
|
||||
|
||||
// DRY code
|
||||
// DRY code a little bit
|
||||
const data = {
|
||||
content: options.data.content,
|
||||
tts: options.data.tts,
|
||||
|
||||
Reference in New Issue
Block a user