Skip to content

Commit

Permalink
Update src/byte/views/astral.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Feb 28, 2024
1 parent 582b5cf commit df423ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/byte/views/astral.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async def delete_button(self, interaction: Interaction, _: Button[Self]) -> None

@button(label="Learn More", style=ButtonStyle.green, custom_id="learn_more_button")
async def learn_more_button(self, interaction: Interaction, _: Button[Self]) -> None:
"""Button to expand the embed to show full information.
"""Button to privately message the requesting user the full embed.
Args:
interaction: Interaction object.
Expand Down

0 comments on commit df423ba

Please sign in to comment.