Skip to content

Commit 8ad1cf1

Browse files
author
TehZombiJesus
authored
Merge pull request #25 from TechsCode-Team/ViorisE-AI-UltraEditor
Changed UltraEditor to InsaneEditor
2 parents afdba0a + 09bad8c commit 8ad1cf1

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)