Skip to content

Commit 0441a59

Browse files
authored
Capitalized c of "TechsCode"
1 parent 3a4d007 commit 0441a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void onCommand(TextChannel channel, Member m, SlashCommandEvent e) {
6060
"{#RRGGBB}Some Text{#RRGGBB}```\n" +
6161
"__For Gradients Colors__ >\n" +
6262
"```{#RRGGBB>}Some Text{#RRGGBB<}```\n" +
63-
"To be able to create gradient colors in an easier way and having a preview of them you can use this [site](https://rgb.fedee.tk/), you have to select as `Type` **Techscode {#rrggbb>}** then write the text you want to use in `Message`, after modify the colors and finally copy the text where it will be written `Output`.")
63+
"To be able to create gradient colors in an easier way and having a preview of them you can use this [site](https://rgb.fedee.tk/), you have to select as `Type` **TechsCode {#rrggbb>}** then write the text you want to use in `Message`, after modify the colors and finally copy the text where it will be written `Output`.")
6464
//.field("EXAMPLE FIELD", "EXAMPLE FIELD CONTENT", true)
6565
.build()
6666
).queue();

0 commit comments

Comments
 (0)