diff --git a/app/bot.py b/app/bot.py index 8d22653c..30f32856 100755 --- a/app/bot.py +++ b/app/bot.py @@ -219,7 +219,7 @@ async def greentext(ctx): embed=generate_embed( embed_title='>implying this actually happened', embed_color=discord.Color.green(), - embed_url=get_from_reddit.get_image(boards=['classic4chan', 'greentext', '4chan']) + embed_url=get_from_reddit.get_image(boards=['greentext', '4chan']) ) )