We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbf36f commit a07319bCopy full SHA for a07319b
bot/src/commands.ts
@@ -150,7 +150,7 @@ const commands: Record<string, Command> = {
150
const xp = await makeGETRequest(guild as string, user)
151
152
if (!xp || leaderboard.length === 0) {
153
- await interaction.reply({
+ await interaction.followUp({
154
ephemeral: true,
155
content: "No XP data available."
156
});
0 commit comments