You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returninteraction.reply({embeds: [this.MentorQ.util.errorEmbed("The MentorQ system is not active. Contact a server admin to complete setup process.")],ephemeral: true});
Copy file name to clipboardExpand all lines: bot/interactions/slashcommands/close.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ class CloseSlashCommand extends SlashCommand {
22
22
returninteraction.reply({embeds: [this.MentorQ.util.errorEmbed("The MentorQ system is not active. Contact a server admin to complete setup process.")],ephemeral: true});
member.send({embeds: [this.MentorQ.util.infoEmbed(`Your mentor request ticket has been opened. Contact your mentor here: ${ticket.toString()}`)]}).catch(()=>{});
91
+
member.send({embeds: [this.MentorQ.util.infoEmbed(`Your mentor request ticket has been opened.\nContact your mentor here: ${ticket.toString()}`)]}).catch(()=>{});
94
92
95
-
qMessage.edit({content: `❕ **CLAIMED** by <@${mentor.user.id}>`,embeds: [newEmbed],components: []});
93
+
qMessage.edit({content: `❕ **CLAIMED** by <@${mentor.user.id}>`,embeds: [newEmbed.setColor("Green")],components: []});
if(member)member.send({embeds: [this.MentorQ.util.infoEmbed(`Your mentor ticket ${ticketChannel.toString()} has been **CLOSED** by ${mentor.user.tag}.`)]}).catch(()=>{});
0 commit comments