Moved update progress msgs to bot room
This commit is contained in:
parent
6ce730016d
commit
b21a6b2f5f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue