Skip to content

Commit

Permalink
Merge pull request #25 from TechsCode-Team/ViorisE-AI-UltraEditor
Browse files Browse the repository at this point in the history
Changed UltraEditor to InsaneEditor
  • Loading branch information
TehZombiJesus authored Dec 7, 2021
2 parents afdba0a + 09bad8c commit 8ad1cf1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ public UltraEditorCommand(TechDiscordBot bot) {

@Override
public String getName() {
return "ultraeditor";
return "insaneeditor";
}

@Override
public String getDescription() {
return "Returns the Ultra Editor website!";
return "Returns the Insane Editor website!";
}

@Override
Expand All @@ -41,6 +41,6 @@ public int getCooldown() {

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

0 comments on commit 8ad1cf1

Please sign in to comment.