diff --git a/pom.xml b/pom.xml index 5b8a227..ba0e2ff 100755 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,7 @@ 1.0-SNAPSHOT discord-whitelister - - http://www.example.com + https://github.com/JoeShimell/DiscordWhitelisterSpigot UTF-8 diff --git a/src/main/java/uk/co/angrybee/joe/Commands/CommandAbout.java b/src/main/java/uk/co/angrybee/joe/Commands/CommandAbout.java index 203d9e6..b3cd694 100644 --- a/src/main/java/uk/co/angrybee/joe/Commands/CommandAbout.java +++ b/src/main/java/uk/co/angrybee/joe/Commands/CommandAbout.java @@ -11,7 +11,7 @@ import uk.co.angrybee.joe.VersionInfo; public class CommandAbout implements CommandExecutor { // /dw - // version command + // about command @Override public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) { sender.sendMessage("[DW] DiscordWhiteLister by JoeShimell\nhttps://github.com/JoeShimell/DiscordWhitelisterSpigot"); diff --git a/src/main/java/uk/co/angrybee/joe/Commands/CommandStatus.java b/src/main/java/uk/co/angrybee/joe/Commands/CommandStatus.java index d23303f..2dadd35 100644 --- a/src/main/java/uk/co/angrybee/joe/Commands/CommandStatus.java +++ b/src/main/java/uk/co/angrybee/joe/Commands/CommandStatus.java @@ -11,7 +11,7 @@ import uk.co.angrybee.joe.VersionInfo; public class CommandStatus implements CommandExecutor { // /dw - // version command + // version & status command @Override public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) { String discordOnlineStatus = DiscordClient.getOnlineStatus();