Skip to content

Commit 63e4315

Browse files
committed
update clan example to include th level
1 parent 50c4010 commit 63e4315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/discord_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async def clan_member(ctx, clan_tag):
210210

211211
member = ""
212212
for i, a in enumerate(clan.members, start=1):
213-
member += f"`{i}.` {a.name}\n"
213+
member += f"`{i}.` {a.name} (th{a.town_hall})\n"
214214

215215
embed = discord.Embed(colour=discord.Colour.red(),
216216
title=f"Members of {clan.name}", description=member)

0 commit comments

Comments
 (0)