Souji
Souji
example `https://github.com/discordjs/discord.js/tree/1.8.1/packages/builders/src/messages/embed/Embed.ts#L40` for `/docs builders query: builders|embedauthordata|Interface` note: seems to work correctly for most things (the code links are placed on the version link in the response)
Message references are becoming a native DIscord feature, depending on how much this covers our use cases, we should consider removing the repost feature and employing the (allegedly) immutable nature...
Currently threshold 3, but threat actors stopped spamming this specific scam While automod catches most, outliers exist: see Report 759
This is especially relevant for references (example: action applied by A, after the fact a reference report is opened that is tacked to the action by B)
https://github.com/Naval-Base/yuudachi/blob/e398023952eeb2451af2c29884d9b848a5051985/packages/http/src/util/verifyRequest.ts#L16 Verification has to happen with the raw body, not the stringified JSON body. Discord sends `"1.0"` for integers, which is parsed to `"1"`, failing the hash comparison. Getting the...
User apps have abuse vectors for ghost mentions due to the command author being able to delete messages prompted by them at will. We can log these instances and include...
Query `messagedelete` yields confusing autocomplete examples The heading in the resulting post `/discorddocs query: 389-https://discord.com/developers/docs/topics/gateway-events` isn't very verbose either. See if we can maybe improve that, though these are likely...
### Description - https://discord.com/developers/docs/resources/guild#guild-member-object-guild-member-structure documents `deaf` and `mute` as non-optional. - https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object does not document the member as partial Knowledge about this influences how we deal with this on a...
### Which application or package is this feature request for? discord.js ### Feature Currently, receiving the message created by an interaction response requires an additional API call https://github.com/discordjs/discord.js/blob/a11ff75631190dbb9c3f29cd01b51658050df20d/packages/discord.js/src/structures/interfaces/InteractionResponses.js#L125 ### Ideal...