safer prompt for meme topic generation

This commit is contained in:
phixxy 2024-02-15 22:52:07 -08:00
parent e4fe215928
commit f9cb2163bf

View file

@ -101,7 +101,7 @@ class Meme(BotBaseCog):
if topic:
topic = ' '.join(topic)
else:
topic = await self.answer_question("What topic would you like to generate a meme for?")
topic = await self.answer_question("Respond with a topic that will be used to generate a meme. Be brief.")
await ctx.send(f'Generating {topic} meme')
link = await self.generate_random_meme(topic)
await ctx.send(link)