Skip to content

Commit 88e90a1

Browse files
committed
Minor text update
Just added a bit of info about matches being created
1 parent dfd5558 commit 88e90a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/events/interactionCreate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ export default {
491491
const inMatch = await userInMatch(interaction.user.id)
492492

493493
if (inMatch) {
494-
message = `You're in a match, so you aren't in queue.`
494+
message = `You're in a match, so you aren't in queue.\n(If you don't see your match, please wait a moment, it is being created.)`
495495
}
496496
} catch (err) {
497-
message = `You're in a match, so you aren't in queue.`
497+
message = `You're in a match, so you aren't in queue.\n(If you don't see your match, please wait a moment, it is being created.)`
498498
}
499499

500500
const reply = await interaction.editReply({

0 commit comments

Comments
 (0)