Skip to content

Commit

Permalink
Update APIWebsiteCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TehZombiJesus committed Mar 14, 2022
1 parent 65ae1f2 commit 47ef4b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import net.dv8tion.jda.api.interactions.commands.build.OptionData;
import net.dv8tion.jda.api.interactions.commands.privileges.CommandPrivilege;

public class APICommand extends CommandModule {
public class APIWebsiteCommand extends CommandModule {

public APICommand(TechDiscordBot bot) {
public APIWebsiteCommand(TechDiscordBot bot) {
super(bot);
}

Expand All @@ -19,7 +19,7 @@ public APICommand(TechDiscordBot bot) {

@Override
public String getDescription() {
return "Returns the API website!";
return "Returns the api website!";
}

@Override
Expand Down

0 comments on commit 47ef4b2

Please sign in to comment.