Add docstrings #189

Merged
luketainton merged 2 commits from docstrings into main 2024-03-26 23:29:44 +01:00
Showing only changes of commit a720058434 - Show all commits

View File

@ -127,7 +127,7 @@ class MakeMemeCallback(Command):
def execute(self, message, attachment_actions, activity) -> Response | None:
if self.error:
return
return None
self.meme_filename: str = img.generate_api_url(
self.meme, self.text_top, self.text_bottom