Update send_interaction_response.ts

This commit is contained in:
ITOH
2021-11-14 17:49:21 +01:00
parent af4be9693d
commit d0af4800b9
@@ -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,