1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 04:37:47 +00:00

feat: update commands descriptions

This commit is contained in:
Vitor Vasconcellos 2025-02-24 08:40:49 -03:00
parent 385f421080
commit 00601bc147
12 changed files with 12 additions and 12 deletions

View file

@ -37,6 +37,6 @@ public class AboutCommand extends Command {
@Override
public String getDescription() {
return " Information about the software powering this retro";
return "Information about the software powering this retro";
}
}

View file

@ -59,6 +59,6 @@ public class GuideStatusCommand extends Command {
@Override
public String getDescription() {
return "View the current loaded groups";
return "View guide statistics";
}
}

View file

@ -49,6 +49,6 @@ public class SetConfigCommand extends Command {
@Override
public String getDescription() {
return "In-game housekeeping for the catalogue item prices.";
return "Allows to update server configs.";
}
}

View file

@ -33,6 +33,6 @@ public class ItemDebugCommand extends Command {
@Override
public String getDescription() {
return "<seconds> - Cycles through the rainbow in your very own room!";
return "Enable/disable item debug";
}
}

View file

@ -50,6 +50,6 @@ public class BanCommand extends Command {
@Override
public String getDescription() {
return "Sets trade ban time of user";
return "Temporarily bans a given user";
}
}

View file

@ -37,6 +37,6 @@ public class RoomAlertCommand extends Command {
@Override
public String getDescription() {
return "Sends an alert hotel-wide";
return "Sends an alert room-wide";
}
}

View file

@ -88,6 +88,6 @@ public class UnbanCommand extends Command {
@Override
public String getDescription() {
return "Permanently bans a given user";
return "Removes a ban for the given user";
}
}

View file

@ -50,6 +50,6 @@ public class CheckCreditsCommand extends Command {
@Override
public String getDescription() {
return "Add badge to user";
return "Checks the credit amount for an user";
}
}

View file

@ -107,6 +107,6 @@ public class CopyRoomCommand extends Command {
@Override
public String getDescription() {
return "Remove badge from user";
return "Creates a copy of the room";
}
}

View file

@ -53,6 +53,6 @@ public class GiftRoomCommand extends Command {
@Override
public String getDescription() {
return "Shows the coordinates in the room";
return "Sends a gift from catalogue to users in the room";
}
}

View file

@ -72,6 +72,6 @@ public class GiveCreditsCommand extends Command {
@Override
public String getDescription() {
return "Add badge to user";
return "Add credits to user";
}
}

View file

@ -72,6 +72,6 @@ public class RemoveCreditsCommand extends Command {
@Override
public String getDescription() {
return "Add badge to user";
return "Remove credits from user";
}
}