VPS -> Host

This commit is contained in:
Allink 2022-05-25 20:18:01 +01:00
parent ad9dd42edb
commit 09a220e0a2
No known key found for this signature in database
GPG Key ID: 7F1F1B98F0FAAD13

View File

@ -23,7 +23,7 @@ public class UptimeCommand extends DiscordCommandImpl
@Override @Override
public String getDescription() public String getDescription()
{ {
return "Returns the uptime of the VPS."; return "Returns the uptime of the host.";
} }
@Override @Override
@ -57,7 +57,7 @@ public class UptimeCommand extends DiscordCommandImpl
if (line != null) if (line != null)
{ {
embedBuilder.setTitle("VPS Uptime Information"); embedBuilder.setTitle("Host Uptime Information");
embedBuilder.setDescription(line.trim()); embedBuilder.setDescription(line.trim());
} }
else else