mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-14 17:59:48 +00:00
Add Template.url
This commit is contained in:
parent
ef22178dee
commit
124c4a3919
@ -283,3 +283,11 @@ class Template:
|
|||||||
This template does not exist.
|
This template does not exist.
|
||||||
"""
|
"""
|
||||||
await self._state.http.delete_template(self.source_guild.id, self.code)
|
await self._state.http.delete_template(self.source_guild.id, self.code)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def url(self) -> str:
|
||||||
|
""":class:`str`: The template url.
|
||||||
|
|
||||||
|
.. versionadded:: 2.0
|
||||||
|
"""
|
||||||
|
return f'https://discord.new/{self.code}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user