build for me

This commit is contained in:
2021-09-21 16:09:02 -04:00
parent a955880541
commit 42569e4d8c
51 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} %boldCyan(%-34.-34thread) %red(%10.10X{jda.shard}) %boldGreen(%-15.-15logger{0}) %highlight(%-6level) %msg%n</pattern> </encoder>
</appender>
<root level="info">
<appender-ref ref="STDOUT" />
</root>
</configuration>