No need for "map(str, ("

Reformatting more of the embeds to be cleaner looking
Showing all roles when roles are updated
pull/9/head
sgoudham 4 years ago
parent f3a1e1beeb
commit b5c2ea1cf2

@ -834,7 +834,7 @@ class Moderation(Cog):
colour=self.bot.admin_colour,
timestamp=datetime.datetime.utcnow())
embed.set_footer(text="Channel Updated")
# Add fields to the embed
for name, value, inline in fields:
embed.add_field(name=name, value=value, inline=inline)

Loading…
Cancel
Save