mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
VPS -> Host
This commit is contained in:
parent
ad9dd42edb
commit
09a220e0a2
@ -23,7 +23,7 @@ public class UptimeCommand extends DiscordCommandImpl
|
||||
@Override
|
||||
public String getDescription()
|
||||
{
|
||||
return "Returns the uptime of the VPS.";
|
||||
return "Returns the uptime of the host.";
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -57,7 +57,7 @@ public class UptimeCommand extends DiscordCommandImpl
|
||||
|
||||
if (line != null)
|
||||
{
|
||||
embedBuilder.setTitle("VPS Uptime Information");
|
||||
embedBuilder.setTitle("Host Uptime Information");
|
||||
embedBuilder.setDescription(line.trim());
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user