Christopher Long
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Christopher Long on 8/25/2024 in #djs-questions
Reaction collector for every message in every channel
Hi, I'd like users to be able to react to any message in a guild with a specific emojji and have my bot react on that interaction. Is this possible and does anyone have any example of this sort of implementation?
7 replies
❔ Serilog filtering
We’re getting a lot of service health check spam in our logs, and we’re only really interested in when things go wrong.
So what I've tried so far is to creating this
LoggerConfigurationExtensions
class that has methods for the default config as well as the specific log filtering. This class lives in a nuget package that our services make use of.
4 replies