Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 3f2db66

Browse files
authored
Update clashroyale.py
1 parent 26446b8 commit 3f2db66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cogs/community/clashroyale.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ async def profile(self, ctx, tag=None):
8080
em.add_field(name='Clan Info', value=f'{profile.clan_name}' + '\n' + '#' + f'{profile.clan_tag}' + '\n' + f'{profile.clan_role}')
8181
em.add_field(name='Win Streak', value=f'{profile.win_streak}')
8282
em.set_footer(text="Powered By cr-api.com", icon_url="http://cr-api.com/static/img/branding/cr-api-logo.png")
83+
8384
try:
8485
em.set_author(name="Profile", icon_url=profile.clan_badge_url)
8586
except:

0 commit comments

Comments
 (0)