GoldyBot.utility.goldy.embed

1import nextcord
2
3class Embed(nextcord.Embed):
4    """Class used to create an embed in Goldy Bot."""
5    pass
class Embed(nextcord.embeds.Embed):
4class Embed(nextcord.Embed):
5    """Class used to create an embed in Goldy Bot."""
6    pass

Class used to create an embed in Goldy Bot.