Explicitly return None
This commit is contained in:
parent
056dcf4155
commit
f1248df4af
@ -127,7 +127,7 @@ class MakeMemeCallback(Command):
|
|||||||
|
|
||||||
def execute(self, message, attachment_actions, activity) -> Response | None:
|
def execute(self, message, attachment_actions, activity) -> Response | None:
|
||||||
if self.error:
|
if self.error:
|
||||||
return
|
return None
|
||||||
|
|
||||||
self.meme_filename: str = img.generate_api_url(
|
self.meme_filename: str = img.generate_api_url(
|
||||||
self.meme, self.text_top, self.text_bottom
|
self.meme, self.text_top, self.text_bottom
|
||||||
|
Loading…
Reference in New Issue
Block a user