Format partially copied from Keep a Changelog.
- Attachment URLs are now included in incoming messages.
- Markdown should now be escaped better when using code blocks.
- Support for replies and reactions using the
+draft/reply
and+draft/react
message tags. - Better formatting support, for example spoilers and strikethrough are now correctly relayed to Discord.
- Embeds can now have their title set to the first line of the NOTICE rather than a non-standard message tag.
- Support for 2-digit colour codes in embeds.
- The
bot
message tag is added to messages sent by bots.
- Updated to discord.py v2.
- The
stateless_mode
keyword argument now defaults to True. - When
stateless_mode
is enabled, miniirc_discord will now only request themessages
,message_content
, andreactions
intents. - Markdown spoilers and strikethrough (
||
and~~
) are now escaped and won't work.
- A
discord_client
attribute. - A
stateless_mode
keyword argument that removes the above attribute and disables discord.py's user cache to save RAM.