diff --git a/bots/banny/banny.py b/bots/banny/banny.py index 7908ac9..ff40084 100644 --- a/bots/banny/banny.py +++ b/bots/banny/banny.py @@ -92,7 +92,7 @@ async def create( # default=False, # ), ): - print("Received create for Banny:", text_input) + print("Received create for Banny :", text_input) if not self.perm_check(ctx): await ctx.respond("This command is not available in this channel.") @@ -125,12 +125,6 @@ async def create( config.lora = '6509cd50762edacfc4ef8434' config.lora_scale = 0.8 - - print("Y 22 O!!!") - print(config) - print("seed") - print(config.seed) - start_bot_message = f"**{text_input}** - <@!{ctx.author.id}>\n" await ctx.respond("Starting to create...") message = await ctx.channel.send(start_bot_message) diff --git a/bots/kojii/kojii.py b/bots/kojii/kojii.py index 28c91b3..dd9065c 100644 --- a/bots/kojii/kojii.py +++ b/bots/kojii/kojii.py @@ -92,7 +92,7 @@ async def create( # default=False, # ), ): - print("Received create for Kojii:", text_input) + print("Received create for Kojii :", text_input) if not self.perm_check(ctx): await ctx.respond("This command is not available in this channel.")