2023-06-21 17:03:29 -04:00
|
|
|
# Embed
|
|
|
|
|
2023-06-22 15:46:37 -04:00
|
|
|
This module contains a `CustomEmbed` class that adds the following functionality to Embeds:
|
|
|
|
|
|
|
|
* Field emulation `CustomEmbed.add_field`
|
|
|
|
* Support for the `color` kwarg
|
|
|
|
* Footer emulation `CustomEmbed.set_footer`
|
|
|
|
* Copy function `CustomEmbed.copy`
|
|
|
|
* Dictionary conversion `CustomEmbed.to_dict`
|
|
|
|
|
|
|
|
This code was given to me by `MysticMia#9718` on the [Revolt.py Revolt Server](https://rvlt.gg/hBWWYqmk).
|