In my game currently, I use a script that logs messages sent and admin commands executed(we currently use Basic Admin Essentials). Although using this solution to remote logs, I’ve seen two big problems with using Discord Webhooks.
- They log the information after the message/command has gone through that chat filter so when the Webhook posts it in our logging channel, it will appear like ####### sometimes due to it being filtered by the <13 filter(this means numbers are tagged also).
- Webhooks can’t really be used as “evidence” of a moderation action as webhooks can easily be manipulated to make it seem legit. This can result in false actions taken against a user since the evidence seemed legit.
I want to have an alternative to Webhooks that not only doesn’t tag messages/commands but can be reliable “evidence”. If anybody has ideas to an alternative, please share the idea with me.