IndiumRevolt/utils
SeaswimmerTheFsh c9ecf699e4
Merge pull request #11 from SeaswimmerTheFsh/info
This commit adds the info cog, fixes the avatar command, restricts moderation commands to a specific role, implements message logging, and fixes the kick command
2023-07-01 11:36:31 -04:00
..
embed.py fixing some pylint stuff 2023-06-21 17:16:33 -04:00
emojis.py holy changes batman 2023-06-30 16:22:45 -04:00
README.md Update README.md 2023-06-22 15:47:18 -04:00

Embed

This module contains a CustomEmbed class that adds the following functionality to Embeds:

  • Support for the color kwarg
  • Field emulation CustomEmbed.add_field
  • 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.