On YouTube How Can I Find Userlevel with Command

Asked Dec 4, 2020·3 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I want my chat to just be able to type say "!join" and it shows their membership level, how can I do this easily?

3 replies

@Cosmic Crab Heya, try this,

!addcom -cd=5 !join @$(user) your user level is [ $(userlevel) ]

Example usage:

Ritik: !join
Nightbot: @Ritik your user level is [ everyone ]

Regards

Thanks that actually worked perfectly, the problem on YouTube is it doesn't differentiate subscribers from non-subscribers. Is there a way to easily do that? Alternatively could we integrate a website like xxluke so the nightbot could read how long someone has been subscribed and then return a value? I think there's probably an easier way to find subscribers though, thanks for your help and please help with this part 2.

Cosmic Crab said:
YouTube is it doesn’t differentiate subscribers from non-subscribers.

True, the function you want is currently not available. And as per Nightbot, subscribers are those who are paid members of any channel.

Regards