Fixed office channel test location

Also testing it with this commit
This commit is contained in:
Norbi Peti 2016-12-31 18:35:54 +01:00
parent 7d813e8d59
commit f97d7e7a05

View file

@ -64,6 +64,9 @@ public class DiscordPlugin extends JavaPlugin implements IListener<ReadyEvent> {
public static IChannel chatchannel;
public static IChannel issuechannel;
public static IChannel botroomchannel;
/**
* Don't send messages, just receive, the same channel is used when testing
*/
public static IChannel officechannel;
public static IChannel coffeechannel;
public static IChannel updatechannel;
@ -97,7 +100,7 @@ public class DiscordPlugin extends JavaPlugin implements IListener<ReadyEvent> {
botroomchannel = botchannel;// bot-room
issuechannel = botchannel; // bot-room
chatchannel = devServer.getChannelByID("248185455508455424"); // minecraft_chat_test
officechannel = botchannel; // bot-room
officechannel = devServer.getChannelByID("219626707458457603"); // developers-office
coffeechannel = botchannel; // bot-room
updatechannel = botchannel;
dc.changeStatus(Status.game("testing"));