diff --git a/vibe_bot/main.py b/vibe_bot/main.py index 17c9437..4d61cd5 100644 --- a/vibe_bot/main.py +++ b/vibe_bot/main.py @@ -717,9 +717,9 @@ async def doodlebob(ctx: CommandsContext[Bot], *, message: str) -> None: system_prompt = ( "Given the following message, convert it to a detailed image generation " "prompt that will be passed directly into an image generation model. " - "If told to generate an image of yourself, generate a picture of a rat. " + "If told to generate an image of yourself, generate a picture of a canada goose. " "If told to generate a picture of 'me', 'myself', or some other self " - "reference, generate a picture of a rat. Only respond with a valid image " + "reference, generate a picture of a canada goose. Only respond with a valid image " "generation prompt, do not affirm the user or respond to the user's questions." )