Skip to content

Commit

Permalink
[EmbedCreator] v1.1.1 Stop setting embed author in view embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada committed Apr 15, 2024
1 parent 2af8acb commit 2e54490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions embedcreator/embedcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def __init__(self, ctx: Context):
description=DEFAULT_EMBED_DESCRIPTION.replace("[p]", ctx.clean_prefix),
colour=discord.Colour.greyple(),
)
self.embed.set_author(name=ctx.author.display_name, icon_url=ctx.author.display_avatar.url)
self.content: Optional[str] = None
self.message: Optional[discord.Message] = None

Expand Down Expand Up @@ -720,7 +719,7 @@ class EmbedCreator(commands.Cog):
"""Create embeds using buttons, modals and dropdowns!"""

__author__ = "Kreusada"
__version__ = "1.1.0"
__version__ = "1.1.1"

def __init__(self, bot: Red):
self.bot = bot
Expand Down

0 comments on commit 2e54490

Please sign in to comment.