c9ecf699e4
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 |
||
---|---|---|
.. | ||
embed.py | ||
emojis.py | ||
README.md |
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.