Skip to content

Commit

Permalink
modified: cogs/user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Revulate committed Oct 12, 2024
1 parent 65b4ad1 commit 83c5069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cogs/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ async def user_command(self, ctx: commands.Context, username: str = None):
return

user = users[0]
broadcaster_type = self.format_enum(user.broadcaster_type)
account_age = self.format_account_age(user.created_at)

# Fetch the broadcaster's user ID
Expand All @@ -82,7 +81,6 @@ async def user_command(self, ctx: commands.Context, username: str = None):
response = (
f"@{ctx.author.name}, User info for {user.display_name} (twitch.tv/{user.name}): "
f"ID: {user.id} | "
f"Broadcaster Type: {broadcaster_type} | "
f"Created: {account_age} | "
f"Bio: {user.description[:100]}{'...' if len(user.description) > 100 else ''} | "
f"Profile Picture: {user.profile_image}"
Expand Down

0 comments on commit 83c5069

Please sign in to comment.