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,
|
new DiscordSender(null,
|
||||||
TBMCCoreAPI.IsTestServer() //
|
TBMCCoreAPI.IsTestServer() //
|
||||||
? DiscordPlugin.chatchannel //
|
? DiscordPlugin.chatchannel //
|
||||||
: DiscordPlugin.updatechannel),
|
: DiscordPlugin.botroomchannel),
|
||||||
branch)
|
branch)
|
||||||
&& ((Supplier<Boolean>) () -> { // Best looking code I've ever written
|
&& ((Supplier<Boolean>) () -> { // Best looking code I've ever written
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue