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
Whenever I use the sender.getColor() method inside of onPrivMsg(TwitchUser sender, TwitchMessage message), it returns a number that is not a valid hex value
The text was updated successfully, but these errors were encountered:
Whenever I use the sender.getColor() method inside of onPrivMsg(TwitchUser sender, TwitchMessage message), it returns a number that is not a valid hex value
The conversion from int to a hex code is String.format("#%06x", colorInt)
Whenever I use the
sender.getColor()
method inside ofonPrivMsg(TwitchUser sender, TwitchMessage message)
, it returns a number that is not a valid hex valueThe text was updated successfully, but these errors were encountered: