static async sendFollowUp(interaction, data, files) {
const rest = GatewayManager.getRest();
return rest
.post(Routes.webhook(interaction.application_id ?? "927598798019108894", interaction.token), {
body: data,
files: files ?? [],
});
}
static async sendFollowUp(interaction, data, files) {
const rest = GatewayManager.getRest();
return rest
.post(Routes.webhook(interaction.application_id ?? "927598798019108894", interaction.token), {
body: data,
files: files ?? [],
});
}