Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Apr 14, 2024
1 parent 9bf78ad commit 231adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikari/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def message_link(self) -> typing.Optional[str]:

guild_id_str = "@me" if self.guild_id is None else self.guild_id
return f"{urls.BASE_URL}/channels/{guild_id_str}/{self.channel_id}/{self.id}"

@property
def channel_link(self) -> str:
"""Generate a jump link to the channel the referenced message was sent in.
Expand Down

0 comments on commit 231adfe

Please sign in to comment.