darkalfx / requestrr

Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.
MIT License
869 stars 104 forks source link

Notifications for users requests should occur in the same channel it originated from #146

Open kevinoconnor7 opened 2 years ago

kevinoconnor7 commented 2 years ago

I have the bot setup in multiple servers/channels and the bot configured to notify in the same channels. I also have it configured to automatically notify users when their requests complete.

However, if there's overlap of users between these servers/channels, the bot seemingly picks a random one to notify in. That is, the request can be made in one channel but the notification will happen in another (or even an entirely different server).

Ideally the bot should notify in the same channel the request originated from, if notifications are allowed there.