mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-05 21:56:42 +00:00
formatting & rename stuff
This commit is contained in:
@ -59,12 +59,11 @@ public class Discord extends FreedomService
|
||||
|
||||
public static JDA bot = null;
|
||||
public Boolean enabled = false;
|
||||
public Boolean enableBot = false;
|
||||
|
||||
public void startBot()
|
||||
{
|
||||
enableBot = (ConfigEntry.DISCORD_VERIFICATION.getBoolean());
|
||||
if (!enableBot)
|
||||
boolean verificationEnabled = ConfigEntry.DISCORD_VERIFICATION.getBoolean();
|
||||
if (!verificationEnabled)
|
||||
{
|
||||
FLog.info("Discord Verification has been manually disabled.");
|
||||
return;
|
||||
|
Reference in New Issue
Block a user