We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to build justlog returns the following errors:
# github.com/gempir/justlog/bot bot/main.go:54:14: twitchClient.OnNewMessage undefined (type *twitch.Client has no field or method OnNewMessage) bot/main.go:76:14: twitchClient.OnNewClearChatMessage undefined (type *twitch.Client has no field or method OnNewClearChatMessage) # github.com/gempir/justlog/api api/channel.go:119:23: assignment mismatch: 2 variables but 1 values api/channel.go:187:23: assignment mismatch: 2 variables but 1 values api/user.go:163:22: assignment mismatch: 2 variables but 1 values api/user.go:236:23: assignment mismatch: 2 variables but 1 values api/user.go:305:23: assignment mismatch: 2 variables but 1 values
The text was updated successfully, but these errors were encountered:
Seems to be incompatible with newest go-twitch-irc v2
Sorry, something went wrong.
af7e744
No branches or pull requests
Attempting to build justlog returns the following errors:
The text was updated successfully, but these errors were encountered: