splitting work flow up to make it easier

Discord, Youtube and Twitch will have their own jar files
This commit is contained in:
nzBryce101
2024-04-13 14:04:16 +12:00
parent e256a57acc
commit bdd55ba495
7 changed files with 2 additions and 253 deletions

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<File name="File" fileName="logs/MCbot.log">
<PatternLayout pattern="%d{dd-MM-yyyy HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
</File>
</Appenders>
<Loggers>
<Root level="info">
<AppenderRef ref="File" />
</Root>
</Loggers>
</Configuration>