Streamerbot / docs

Official documentation for Streamer.bot
https://docs.streamer.bot
7 stars 45 forks source link

Add Missing YouTube Methods #11

Closed Sinistral2099 closed 8 months ago

Sinistral2099 commented 8 months ago

Fixed two typos in OBS C# Methods. Added missing YouTube C# Methods.

Ik1497 commented 8 months ago

I think the docs are written in the way that YouTube only has one method: SendYouTubeMessage And that the quote and user variables are on their own page under core (with Twitch)

Sinistral2099 commented 8 months ago

At this time, neither set of UserVar methods (Twitch or YouTube) are listed under Core. I can rework the request if you'd like them to be put there but I was trying to stick with things as they appeared to be laid out.

Edit: I see, it's under Core -> Variables. I'll close this request then and just submit one for the typos.

I would also like know if there is a good way to add notes to specific parameters? I'd like to include specific notes with some of the methods to denote that they only accept specific values, for example Filter state only accepting 0, 1, or 2 instead of just any int. I think this would be especially nice as 0 = Enabled, 1 = Disabled, 2 = Toggle is counter-intuitive to usual 0=false, 1=true that we see with boolean values.

Please let me know for sure how you'd like to proceed and I'll comply.