Skip to content

Commit

Permalink
Changed Form URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TehZombiJesus committed Mar 12, 2022
1 parent 46f2370 commit 01fe46f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ 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! 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!*")
.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!*")
.error();

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

0 comments on commit 01fe46f

Please sign in to comment.