From d6a1d636484f87295ef78a73231cf17f2a1bb530 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:46:37 -0400 Subject: [PATCH] Update README.md --- utils/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/utils/README.md b/utils/README.md index af34e47..889c30a 100644 --- a/utils/README.md +++ b/utils/README.md @@ -1,3 +1,11 @@ # Embed -This code was given to me by `MystciMia#9718` on the [Revolt.py Revolt Server](https://rvlt.gg/hBWWYqmk). +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).