Fixed plugin.yml
This commit is contained in:
parent
7cd3a9c85e
commit
9614fa0994
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class DiscordPlugin extends JavaPlugin implements IListener<ReadyEvent> {
|
||||||
public static IChannel genchannel;
|
public static IChannel genchannel;
|
||||||
public static IChannel issuechannel;
|
public static IChannel issuechannel;
|
||||||
|
|
||||||
public static final boolean Test = false;
|
public static final boolean Test = true;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void handle(ReadyEvent event) {
|
public void handle(ReadyEvent event) {
|
||||||
|
|
Loading…
Reference in a new issue