PluralKit/PluralKit.Bot/Handlers
Iris System 66544b9d40 fix(bot): make proxy/log blacklists work properly with threads
Handling of both blacklists was inconsistent when dealing with threads:
- proxy blacklist of root channel blacklists all threads
- log blacklist of root channel _did not apply_ to threads
- couldn't proxy blacklist threads while leaving root channel proxyable

This change fixes the inconsistencies:
- proxy _and_ log blacklist of root channel affects all threads
- now able to individually proxy/log blacklist threads, with root
  channel unaffected
2023-05-10 13:16:16 +12:00
..
IEventHandler.cs refactor: only pass shard ID to event handlers instead of full shard object 2022-01-14 18:39:03 -05:00
InteractionCreated.cs fix(bot): i forgot how serilog works 2022-11-28 19:25:20 -05:00
MessageCreated.cs fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
MessageDeleted.cs refactor: only pass shard ID to event handlers instead of full shard object 2022-01-14 18:39:03 -05:00
MessageEdited.cs fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
ReactionAdded.cs fix(bot): don't check for permissions when deleting messages in DMs 2022-12-30 00:11:14 +00:00