Skip to content

Commit

Permalink
Update extra.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Aug 27, 2024
1 parent 77b43ec commit e0b7fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ async def profile_link(self, ctx, user: utils.SuperConverter = commands.Author):

user_link = f"discord:///users/{user.id}"
view = discord.ui.View()
view.add_item(discord.ui.Button(label=f"{user}'s profile link", url=user_link, style=discord.ButtonStyle.link)
view.add_item(discord.ui.Button(label=f"{user}'s profile link", url=user_link, style=discord.ButtonStyle.link))
await ctx.send(f"The profile for {user} is https://discord.com/users/{user.id}", view=view)

@commands.command(bried="tells you the current time with discord's speacil time converter", name="time")
Expand Down

0 comments on commit e0b7fe8

Please sign in to comment.