mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-04 15:26:05 +00:00
Forgot to optimize this. (#12)
This commit is contained in:
parent
6a09b23331
commit
7e524da928
@ -31,13 +31,9 @@ public class Discord extends FreedomService
|
|||||||
|
|
||||||
public void startBot()
|
public void startBot()
|
||||||
{
|
{
|
||||||
if (!Strings.isNullOrEmpty(ConfigEntry.DISCORD_TOKEN.getString()))
|
enabled = !Strings.isNullOrEmpty(ConfigEntry.DISCORD_TOKEN.getString());
|
||||||
|
if (!enabled)
|
||||||
{
|
{
|
||||||
enabled = true;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
enabled = false;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (bot != null)
|
if (bot != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user