adding classic 4chan to the greentext command

This commit is contained in:
Luke Robles 2018-03-31 13:54:57 -07:00
parent d967d31c3c
commit 519dff0b52

View File

@ -224,7 +224,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', '4chan']) embed_url=get_from_reddit.get_image(boards=['classic4chan', 'greentext', '4chan'])
) )
) )