Moved update progress msgs to bot room

This commit is contained in:
Norbi Peti 2017-02-04 21:06:39 +01:00
parent 6ce730016d
commit b21a6b2f5f

View file

@ -33,7 +33,7 @@ public class AutoUpdaterListener implements IListener<MessageReceivedEvent> {
new DiscordSender(null,
TBMCCoreAPI.IsTestServer() //
? DiscordPlugin.chatchannel //
: DiscordPlugin.updatechannel),
: DiscordPlugin.botroomchannel),
branch)
&& ((Supplier<Boolean>) () -> { // Best looking code I've ever written
try {