Skip to content

Commit

Permalink
dummy build
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Sep 19, 2023
1 parent 0e71ae8 commit e89c8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions bots/banny/banny.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bots/kojii/kojii.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit e89c8fe

Please sign in to comment.