added author to followup embed

This commit is contained in:
Corban-Lee Jones 2024-02-16 00:18:13 +00:00
parent 4e3dc174cb
commit bec33503b5

View File

@ -266,6 +266,13 @@ class Followup:
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):
""""""