You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First i was getting errors for missing slf4j dependency so I added this code to the pom.xml and remade the .jar <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-nop</artifactId> <version>2.0.9</version> </dependency>
This resolved the error but I was hoping it would also fix the issue i'm having with it not responding to the !test command in Discord or sending messages from Discord to Twitch. Hope this can be fixed, I would really like to use this, thanks!
The text was updated successfully, but these errors were encountered:
Hello thanks for reporting your issue, this dependency was indirectly included in my pom.xml by an other dependency. I don't know why you had to include it. But if it works fine... For your other problem I will need more details in order to reproduce it. But there is one good news, I'm working on a new generation version which use more good practices and more tests. So if you are patient maybe this new version will fix the problem.
First i was getting errors for missing slf4j dependency so I added this code to the pom.xml and remade the .jar
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-nop</artifactId> <version>2.0.9</version> </dependency>
This resolved the error but I was hoping it would also fix the issue i'm having with it not responding to the !test command in Discord or sending messages from Discord to Twitch. Hope this can be fixed, I would really like to use this, thanks!
The text was updated successfully, but these errors were encountered: