1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00
Octobot/src/Services
Octol1ttle 687883bbf8
Use MemberData to determine a subscriber's role list (#165)
Closes #163 

Discord's API sucks a lot. You ask it for a member, but it won't give
you a member. This is why this PR updates the
`GetEventNotificationMentions` method used to determine what roles and
users should get pinged for a scheduled event. Previously, the bot asked
Discord to provide the member for each subscriber to determine whether
or not they have the event notification role (to avoid pinging people
personally when the role would already ping them). With this pull
request, the bot uses MemberData, it's own member storage, for that
purpose (if you're wondering why, refer to the first two sentences)
2023-10-17 12:07:01 +00:00
..
Update Use MemberData to determine a subscriber's role list (#165) 2023-10-17 12:07:01 +00:00
BackgroundGuildDataSaverService.cs Rebrand to Octobot (#128) 2023-09-30 18:58:32 +05:00
GuildDataService.cs Unload guild datas when they become unavailable (#146) 2023-10-04 15:58:56 +03:00
UtilityService.cs Use MemberData to determine a subscriber's role list (#165) 2023-10-17 12:07:01 +00:00