We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afdba0a + 09bad8c commit 8ad1cf1Copy full SHA for 8ad1cf1
src/main/java/me/TechsCode/TechDiscordBot/module/cmds/UltraEditorCommand.java
@@ -16,12 +16,12 @@ public UltraEditorCommand(TechDiscordBot bot) {
16
17
@Override
18
public String getName() {
19
- return "ultraeditor";
+ return "insaneeditor";
20
}
21
22
23
public String getDescription() {
24
- return "Returns the Ultra Editor website!";
+ return "Returns the Insane Editor website!";
25
26
27
@@ -41,6 +41,6 @@ public int getCooldown() {
41
42
43
public void onCommand(TextChannel channel, Member m, SlashCommandEvent e) {
44
- e.reply("https://ultraeditor.tech").queue();
+ e.reply("https://insaneeditor.com").queue();
45
46
0 commit comments