Skip to content

Commit

Permalink
hqb bug
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Apr 14, 2023
1 parent b464dba commit ac5b07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/huaqiangbei/huaqiangbei.py
Expand Up @@ -414,7 +414,7 @@ async def on_message(self, message: discord.Message) -> None:
new_message = await channel.send(start_bot_message)
generation_loop_input = GenerationLoopInput(
api_url=EDEN_API_URL,
message=message,
message=new_message,
start_bot_message=start_bot_message,
source=source,
config=config,
Expand Down

0 comments on commit ac5b07b

Please sign in to comment.