Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not sending messages to twitch or responding to application from Discord #1

Open
ibCheechy opened this issue Dec 27, 2023 · 1 comment

Comments

@ibCheechy
Copy link

ibCheechy commented Dec 27, 2023

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!

@ollprogram
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants