Adding aigreentext to the list of boards for the greentext command

This commit is contained in:
Luke Robles 2022-07-08 16:26:16 -07:00
parent c268f93a9e
commit 3f22ba9558
2 changed files with 1 additions and 1 deletions

0
app/bot.py Normal file → Executable file
View File

View File

@ -91,7 +91,7 @@ class Cheeky(commands.Cog):
embed_title=">implying this actually happened", embed_title=">implying this actually happened",
embed_color=discord.Color.green(), embed_color=discord.Color.green(),
embed_url=get_from_reddit.get_image( embed_url=get_from_reddit.get_image(
boards=["greentext", "newgreentexts", "4chan"] boards=["aigreentext", "greentext", "newgreentexts", "4chan"]
), ),
) )
) )