More Feautres Regarding Bot Moderation and Webhooks. #7994
Replies: 2 comments 1 reply
-
|
A few things. Firstly discord.py and discord.js are 3rd party libraries and not managed by or affiliated with Discord itself. Second you should put separate suggestions in separate discussions. Receiving live voice packets is already possible and mostly documented here https://discord.com/developers/docs/topics/voice-connections You should elaborate on what you mean by message updates being limited. What are partial edits? I believe that this is what you want for the audit log: https://discord.com:2083/developers/docs/resources/audit-log#get-guild-audit-log Application owned webhooks can send all of the components, read more here Remember that you can discuss your problems in the "Discord Developers" Discord server. |
Beta Was this translation helpful? Give feedback.
-
IMO - allowing bots to submit T&S reports would probably lead to a very high influx of false or spammed reports by malicious users.
Discord only uses in-app reporting (and has done for a couple years at least) now for reporting users/messages/servers.
If a message was reported before it was deleted, it gets cached internally for a little bit so T&S can still investigate it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
1 - discord.py | discord.js | Bots - My Feature Requests.
So firstly, I would like to recommend that discord's API has a feature where the bot is able to report users to Discord's TOS. This is because discord doesn't seem to have an option to report people in their ticket systems, and people can quite literally just delete rule-breaking content.
Direct microphone input from users: Bots should be able to access live user audio streams for features like transcription, real-time translation, or moderation.
Richer Event Handling: As we know, message updates are limited; partial edits should improve these.
Audit log access improvements: There should be API endpoints for fetching histortical changes, etc.
For webhooks, honestly nothing else needs to be added, other than buttons, etc.
And YES, I do understand that bots can falsely flag moderation messages, but this doesn't mean it should stop discord from improving their Moderation quite a lot more, it all starts with this; Bots having the ability to report.
Beta Was this translation helpful? Give feedback.
All reactions