Skip to content

Commit

Permalink
feat: not ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 committed Jul 18, 2023
1 parent 553b831 commit 269cb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/artifacter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default async function (interaction: BaseInteraction) {
if (!interaction.isStringSelectMenu()) return;
if (!interaction.customId.includes('select_build1_uid_')) return;
const database = interaction.client.botData.artifacter;
await interaction.deferReply({ ephemeral: true });
await interaction.deferReply();
const response = await fetch(
`https://artifacter.mikn.dev/?uid=${interaction.customId.replace('select_build1_uid_', '')}&character=${
interaction.values[0]
Expand Down

0 comments on commit 269cb4e

Please sign in to comment.