Skip to content

Commit

Permalink
[EmbedCreator] "Author name" field is no longer marked as required (#223
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SeaswimmerTheFsh committed Feb 12, 2024
1 parent 94c2273 commit 1ef5d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedcreator/embedcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __init__(self, view: EmbedEditorView):
style=discord.TextStyle.short,
max_length=256,
default=self.view.embed.author.name,
required=True,
required=False,
)

self.embed_author_url = discord.ui.TextInput(
Expand Down

0 comments on commit 1ef5d80

Please sign in to comment.