MarcTowler / discord-bot

BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Live Stream Announcement #42

Closed MarcTowler closed 5 years ago

MarcTowler commented 5 years ago

Add ability to have going live messages added to #member_streams channel.

Feature would need the following:

MarcTowler commented 5 years ago
client.on('presenceUpdate', (oldMember, newMember) => {
  // check newMember.presence.game.streaming
  // compare with oldMember.presence.game.streaming to see if they just started streaming
  // then check to see if they are on our shoutout list, if so post to #474495887259729920
});
MarcTowler commented 5 years ago

Any update on this one @Redous-UK ?

Redous-UK commented 5 years ago

I have some code but need to test it before doing a PR as per instructions.

Redous-UK commented 5 years ago

Tested, confirmed working code sent to Killer for upload.

MarcTowler commented 5 years ago

re-opening as it was just spamming

MarcTowler commented 5 years ago

Fixed in a simple manner... Just need to teach council how to add streamers