safer prompt for meme topic generation
This commit is contained in:
parent
e4fe215928
commit
f9cb2163bf
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class Meme(BotBaseCog):
|
||||||
if topic:
|
if topic:
|
||||||
topic = ' '.join(topic)
|
topic = ' '.join(topic)
|
||||||
else:
|
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')
|
await ctx.send(f'Generating {topic} meme')
|
||||||
link = await self.generate_random_meme(topic)
|
link = await self.generate_random_meme(topic)
|
||||||
await ctx.send(link)
|
await ctx.send(link)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue