go-twitch-irc icon indicating copy to clipboard operation
go-twitch-irc copied to clipboard

Convenience methods for user roles

Open vikpe opened this issue 1 year ago • 1 comments

A common use case is to allow commands based on user roles.

What do you think about adding these kind of methods to the User type?

user.IsBroadcaster()
user.IsModerator()
user.IsSubscriber()

vikpe avatar Sep 15 '22 08:09 vikpe

Yeah that sounds sensible.

gempir avatar Sep 15 '22 17:09 gempir