Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 16, 2024
2 parents 21944e9 + 20ad7a1 commit 8c7d3ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion discordpolls/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,9 @@ async def _poll_log_settings(self, ctx: commands.GuildContext):
)
),
)
embed.set_author(name="Poll Logging Settings!", icon_url=getattr(ctx.guild.icon, "url", None))
embed.set_author(
name="Poll Logging Settings!", icon_url=getattr(ctx.guild.icon, "url", None)
)
embed.add_field(
name="On Vote Add:",
value=box(cast(Dict[str, str], config["message"]).get("add", _default_add)),
Expand Down

0 comments on commit 8c7d3ee

Please sign in to comment.