Skip to content

Commit 3511550

Browse files
committed
Update OverviewCommand.java
1 parent 633ac76 commit 3511550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/cmds/OverviewCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void showAll() {
9898

9999
public void showInfo() {
100100
new TechEmbedBuilder("Tech's Plugin Support")
101-
.text("Welcome to **Tech's Plugin Support**. Here, not only can you get support for Tech's Plugins. You can talk and socialize with people too! You can also get help with other plugins!\n\nIf you're new here and need help with one or more of Tech's Plugins, you can verify in <#695493411117072425> to get support. Once you do, you will get access to the specified support channels.")
101+
.text("Welcome to **Tech's Plugin Support**. Here, not only can you get support for Tech's Plugins. You can talk and socialize with people too! You can also get help with other plugins!\n\nIf you're new here and need help with one or more of Tech's Plugins, you can verify in <#907349490556616745> to get support. Once you do, you will get access to the specified support channels.")
102102
.thumbnail("https://i.imgur.com/SfFEnoU.png")
103103
.queue(OVERVIEW_CHANNEL.query().first());
104104
}

0 commit comments

Comments
 (0)