begin update to newer JDA

This commit is contained in:
2025-04-19 17:36:00 -05:00
parent 22c02c6477
commit 25acb23488
75 changed files with 416 additions and 284 deletions

View File

@@ -1,13 +1,11 @@
<configuration>
<property scope="context" name="COLORIZER_COLORS"
value="boldred@,boldyellow@,boldcyan@,boldmagenta@,boldwhite@" />
<conversionRule conversionWord="colorize"
converterClass="org.tuxdude.logback.extensions.LogColorizer" />
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%colorize([%date{MM/dd/yyyy HH:mm:ss}]) %msg%n</pattern>
<pattern>[%date{MM/dd/yyyy HH:mm:ss}] %msg%n</pattern>
</encoder>
</appender>