Finalized lombok removal

Finally removed all lomboks, also reduced npath complexity for FreedomCommand.FCommand#execute and removed empty constructor from Discord
This commit is contained in:
Paldiu
2020-12-29 21:37:50 -06:00
parent fd725ca6c5
commit 9352a48650
7 changed files with 95 additions and 74 deletions

View File

@ -503,10 +503,6 @@ public class Discord extends FreedomService
// Do no ask why this is here. I spent two hours trying to make a simple thing work
public class StartEvent
{
public StartEvent()
{
}
public void start()
{
messageChatChannel("**Server has started**");