Skip to content

Commit

Permalink
Merge 09bad8c into afdba0a
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorisE-AI authored Dec 7, 2021
2 parents afdba0a + 09bad8c commit 479dcfa
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 479dcfa

Please sign in to comment.