Skip to content

Commit a07319b

Browse files
committed
fix: /xp resulting in chatr is thinking... bug
1 parent 2bbf36f commit a07319b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const commands: Record<string, Command> = {
150150
const xp = await makeGETRequest(guild as string, user)
151151

152152
if (!xp || leaderboard.length === 0) {
153-
await interaction.reply({
153+
await interaction.followUp({
154154
ephemeral: true,
155155
content: "No XP data available."
156156
});

0 commit comments

Comments
 (0)