Skip to content

Commit

Permalink
Make /discordlog info show actual version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloatingPixel committed Jul 31, 2022
1 parent f807f40 commit 7358af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,8 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
}
break;
case "info":
sender.sendMessage(ChatColor.GREEN + "" + ChatColor.BOLD + "DiscordLog v.1.0" + ChatColor.RESET +
sender.sendMessage(ChatColor.GREEN + "" + ChatColor.BOLD +
"DiscordLog v" + plugin.getDescription().getVersion() + ChatColor.RESET +
ChatColor.DARK_GREEN + " >" +ChatColor.GREEN+ " by TheFloatingPixel" +
ChatColor.DARK_GREEN + " >" +ChatColor.GREEN+ " Github (https://github.com/TheFloatingPixel/DiscordLog)");
break;
Expand Down
1 change: 0 additions & 1 deletion src/test.txt

This file was deleted.

0 comments on commit 7358af8

Please sign in to comment.