monkeytype-bot icon indicating copy to clipboard operation
monkeytype-bot copied to clipboard

Automate sending updates from the GitHub release page to the #updates channel

Open Ferotiq opened this issue 2 years ago • 2 comments

Ferotiq avatar May 07 '22 01:05 Ferotiq

Most often releases will be longer than the message length limit so will need to do splitting on two new lines probably. Plus need to make sure to "publish" all messages sent.

Miodec avatar May 08 '22 06:05 Miodec

Embed descriptions can have up to 4096 characters, idk if any release body has had more than that.

Edit: I just checked and the lastest release is like 2200 characters, so I think we could use release body in an embed.

Edit (again): Nevermind, the BAMU update was a whopping 7000 characters. But using multiple embeds is an option.

Edit (again again): Using plain text instead

Ferotiq avatar May 09 '22 15:05 Ferotiq