DisnakeDev / disnake

An API wrapper for Discord written in Python.
https://docs.disnake.dev
MIT License
721 stars 137 forks source link

feat(Message): implement new types #1197

Closed Victorsitou closed 4 months ago

Victorsitou commented 5 months ago

Summary

implements https://github.com/discord/discord-api-docs/pull/6558

I wasn't able to get a message with type 39

Checklist

shiftinv commented 5 months ago

I wasn't able to get a message with type 39

Should be f"{self.author.name} resolved an Activity Alert.", if you want to add that as well: image

Victorsitou commented 5 months ago

Should be f"{self.author.name} resolved an Activity Alert.", if you want to add that as well: image

Thank you so much!