Skip to content

Commit

Permalink
Modified Wrong Support Message
Browse files Browse the repository at this point in the history
  • Loading branch information
TehZombiJesus committed Dec 10, 2021
1 parent 998d32d commit e666429
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,14 @@ public void triggerMessage(Message sentMessage, Member member) {

TextChannel verificationChannel = bot.getChannel("907349490556616745");
TechEmbedBuilder teb = new TechEmbedBuilder()
.text("Hello, " + member.getAsMention() + "! I've detected that you might be trying to get help in this channel! Please verify in " + verificationChannel.getAsMention() + " in order to get help, thanks!\n\n*If you are not trying to get help, you can delete this message by reacting to it!*")
.text("Hello, " + member.getAsMention() + "! I've detected that you might be trying to get help in this channel! To verify your purchase, we ask you to fill out this [form](https://forms.gle/ucpCX6yznMeidXp9A) in order to get help, thanks!\n\n*If you are not trying to get help, you can delete this message by reacting to it!*")
.error();

// TextChannel verificationChannel = bot.getChannel("907349490556616745");
// TechEmbedBuilder teb = new TechEmbedBuilder()
// .text("Hello, " + member.getAsMention() + "! I've detected that you might be trying to get help in this channel! Please verify in " + verificationChannel.getAsMention() + " in order to get help, thanks!\n\n*If you are not trying to get help, you can delete this message by reacting to it!*")
// .error();

Message message;
Verification verification = TechDiscordBot.getStorage().retrieveVerificationWithDiscord(member);
if (verification != null) {
Expand Down

0 comments on commit e666429

Please sign in to comment.