We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9590de4 commit 4d1558dCopy full SHA for 4d1558d
discord/abc.py
@@ -400,7 +400,7 @@ def mention(self):
400
@property
401
def jump_url(self):
402
""":class:`str`: Returns a URL that allows the client to jump to the referenced channel."""
403
- return f'https://discord.com/channels/{self.guild_id}/{self.id}' # type: ignore
+ return f'https://discord.com/channels/{self.guild.id}/{self.id}' # type: ignore
404
405
406
def created_at(self):
0 commit comments