Skip to content

Commit e666429

Browse files
committed
Modified Wrong Support Message
1 parent 998d32d commit e666429

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/modules/SupportWrongChannelModule.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,14 @@ public void triggerMessage(Message sentMessage, Member member) {
8787

8888
TextChannel verificationChannel = bot.getChannel("907349490556616745");
8989
TechEmbedBuilder teb = new TechEmbedBuilder()
90-
.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!*")
90+
.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!*")
9191
.error();
9292

93+
// TextChannel verificationChannel = bot.getChannel("907349490556616745");
94+
// TechEmbedBuilder teb = new TechEmbedBuilder()
95+
// .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!*")
96+
// .error();
97+
9398
Message message;
9499
Verification verification = TechDiscordBot.getStorage().retrieveVerificationWithDiscord(member);
95100
if (verification != null) {

0 commit comments

Comments
 (0)