Adding the 4chan board to the mix so we can get more greentexts

This commit is contained in:
Luke Robles 2018-03-20 10:14:05 -07:00
parent ddfcfd663a
commit 8a2b7f5964

View File

@ -211,7 +211,7 @@ async def on_message(message):
embed=generate_embed( embed=generate_embed(
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(boards='greentext') embed_url=get_from_reddit.get_image(boards=['greentext', '4chan'])
) )
) )