PokeNavBot / issue-tracker

Bug reports / feature tracking repository for PokeNav
https://pokenavbot.com
20 stars 4 forks source link

Raid Notification toggle #237

Closed cyngrrl closed 5 years ago

cyngrrl commented 5 years ago

Is your feature request related to a problem? Please describe. Sort of, an annoyance really: If I join a raid lobby I have to also set notifications (too many steps on phone) or keep checking to see if there are updates

Describe the solution you'd like A toggle to automatically turn on notifications for any Raid Lobby (channel) I join ($toggle joined-raid-notification)

Describe alternatives you've considered A react emoji that would let me decide to receive notifications for that channel when I join a raid

Additional context trying to get folks off of facebook where the raiding "system" is easy in that there is one massive chat and everyone gets pop-up notifications on their phone when in PoGo. One massive chat is problematic where multiple raid chatter gets confusing.

fortepc commented 5 years ago

This is a setting that each user has to set for themselves, the only way for the bot to do it would be if it were to tag people or the raid Channel roll

fortepc commented 5 years ago

That is unless I've totally misunderstood.

if a user wants notifications for a particular Channel, all they have to do is open up the channel settings on their end and set it to all messages instead of mentions or whatever is the server default is.

dandesousa commented 5 years ago

Right this isn't something the bot can do.

Notifications are a client / account setting on discord, therefore client would need to set there default notification settings for the server and then override it for each channel.

The bot could do two things: tag you each time "something" happens, which would require a fair bit of checking for even simple commands in a raid lobby, or tag the entire group (which can't be separated into an individual setting).

The nice thing about PokeNav is that you can make the channels private; so if a user wants to enable notifications everyone / disable select channels, they can and they won't get any notifications for raids they aren't apart of (and they can opt into the channels they want to get active raids notifications for).

If you have additional questions about it mention me here or we can continue in the discord. Thanks.