added author to followup embed
This commit is contained in:
parent
4e3dc174cb
commit
bec33503b5
@ -266,6 +266,13 @@ class Followup:
|
|||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
def author(self, name: str, url: str=None, icon_url: str=None):
|
||||||
|
""""""
|
||||||
|
|
||||||
|
self._embed.set_author(name=name, url=url, icon_url=icon_url)
|
||||||
|
|
||||||
|
return self
|
||||||
|
|
||||||
def footer(self, text: str, icon_url: str = None):
|
def footer(self, text: str, icon_url: str = None):
|
||||||
""""""
|
""""""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user