Make update checking better

This commit is contained in:
2022-04-01 03:08:17 -05:00
parent 9ebbeb3c15
commit 48fb4f919a
3 changed files with 12 additions and 11 deletions

View File

@ -35,6 +35,7 @@ public class PlexCMD extends PlexCommand
send(sender, mmString("<light_purple>Authors: <gold>Telesphoreo, Taahh"));
send(sender, mmString("<light_purple>Built by: <gold>" + Plex.build.author + " <light_purple>on <gold>" + Plex.build.date));
send(sender, mmString("<light_purple>Run <gold>/plex modules <light_purple>to see a list of modules."));
plugin.getUpdateChecker().getUpdateStatusMessage(sender);
return null;
}
if (args[0].equalsIgnoreCase("reload"))