itanex / stream-assist-bot

GNU General Public License v3.0
1 stars 0 forks source link

Update Broadcaster helper #18

Closed itanex closed 9 months ago

itanex commented 9 months ago

Broadcaster should provide utility functions to simplify requesting details regarding the broadcaster.

Example: This should be a single method instead of two

const broadcaster = await this.broadcaster.getBroadcaster();
const stream = await broadcaster.getStream();
itanex commented 9 months ago

changeset 87b3048