Skip to content

Commit 09bad8c

Browse files
authored
Changed UltraEditor to InsaneEditor
Modified the link that was sent when doing /ultraeditor.
1 parent afdba0a commit 09bad8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ public UltraEditorCommand(TechDiscordBot bot) {
1616

1717
@Override
1818
public String getName() {
19-
return "ultraeditor";
19+
return "insaneeditor";
2020
}
2121

2222
@Override
2323
public String getDescription() {
24-
return "Returns the Ultra Editor website!";
24+
return "Returns the Insane Editor website!";
2525
}
2626

2727
@Override
@@ -41,6 +41,6 @@ public int getCooldown() {
4141

4242
@Override
4343
public void onCommand(TextChannel channel, Member m, SlashCommandEvent e) {
44-
e.reply("https://ultraeditor.tech").queue();
44+
e.reply("https://insaneeditor.com").queue();
4545
}
4646
}

0 commit comments

Comments
 (0)