Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
[Bugfix]
- Now showing the formatted color when sending a message
- help command works again (I dont wanna talk about it)
[changes]
/
[added]
/

Tested-by:
Me on a localserver

PS: hopefullly this works
PPS: Forgot to change the Version

Took 38 seconds
  • Loading branch information
BuildTools committed Dec 9, 2023
1 parent 69000e2 commit 4423590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


public class StatusCommand implements CommandExecutor {
String version = "1.3";
String version = "1.3.1";
private final StatusManager statusManager;

private final VersionChecker versionChecker;
Expand Down

0 comments on commit 4423590

Please sign in to comment.