Skip to content

Commit 01fe46f

Browse files
committed
Changed Form URL
1 parent 46f2370 commit 01fe46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ 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! 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!*")
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/PBX7z5LaXqdYh7wF6) 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

9393
// TextChannel verificationChannel = bot.getChannel("907349490556616745");

0 commit comments

Comments
 (0)