Souji

Results 32 issues of Souji

The embeds that never need changing (member log specifically) could be bulked, in case of flood, easing up on the rate limit (10 embeds ber message are possible). Example use...

feature request
packages:yuudachi

In the "handling commands" section we attach the data to be deployed to the respective export, so it is packed with its execution. The slash command section provides more examples...

t: request

Discord now natively renders message links in a nice format, removing the need for both link buttons (like on the repost command) and named anchors (like "Beam me up yuu"...

refactor
packages:yuudachi

- Remove discriminators from logging - Expand nukes to matches in new name fields

refactor
packages:yuudachi

We have lately adopted a much more straight-forward timeout escalation system operating on the basis of "don't do that or be gone", which seems to work sufficiently. If we no...

refactor
packages:yuudachi

Original is 2 embeds, forward is then message content + embed (author could be omitted, if the action can only be done by the same user, should follow the format...

packages:yuudachi

It could be computed with an expiration timestamp and message timestamp, but very uncomfortable. Seeing the duration of a timeout when looking up history can be useful in judging escalation...

feature request
packages:yuudachi

deferring in the filter is semantically horrible https://discordjs.guide/popular-topics/collectors.html#await-modal-submit

type: enhancement

### Description The API rejects `PATCH /channels/:id` requests if the topic contains emoji message formats ``/`` of emojis hosted in guilds the changing entity (moderator/bot) is not in. I see...

bug