We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ad3a3 commit ebcb3dbCopy full SHA for ebcb3db
1 file changed
src/events.ts
@@ -96,7 +96,6 @@ export class Events {
96
const player = this.dbHandler.getPlayerByDiscordId(interaction.user.id)
97
98
if (!player) {
99
- // [CHANGED] Use your embed pattern for user feedback
100
return await this._buildInteractionReplyEmbed(interaction)
101
}
102
0 commit comments