Commit 70f44828 authored by Geovanny's avatar Geovanny

Added total # of members to participation embed

parent 3ec0f548
......@@ -103,5 +103,6 @@ class WarManager(commands.Cog):
out_str += (' | '.join('{0:{width}}'.format(x, width=y) for x, y in zip(row, max_lens))) + '\n'
out_str += '```'
embed.add_field(name="Members", value=out_str)
embed.set_footer(text=('Total: {0}'.format(len(data))))
return embed
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment