diff --git a/src/main.py b/src/main.py index c9984e8..c99f54a 100644 --- a/src/main.py +++ b/src/main.py @@ -58,7 +58,7 @@ async def on_ready(): orientation="portrait or landscape (Standard: portrait)", seed="Optional seed (integer). If empty, a random one will be generated", ) -# pylint: disable=too-many-locals,too-many-return-statements +# pylint: disable=too-many-locals,too-many-return-statements,too-many-statements async def generate( interaction: discord.Interaction, prompt: str,