From 3f22ba9558ff4fd885293b6aeecae7214cdd6cf8 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:26:16 -0700 Subject: [PATCH] Adding aigreentext to the list of boards for the greentext command --- app/bot.py | 0 app/cogs/cheeky_functions.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 app/bot.py diff --git a/app/bot.py b/app/bot.py old mode 100644 new mode 100755 diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index e3d63fd3..89715219 100644 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -91,7 +91,7 @@ class Cheeky(commands.Cog): embed_title=">implying this actually happened", embed_color=discord.Color.green(), embed_url=get_from_reddit.get_image( - boards=["greentext", "newgreentexts", "4chan"] + boards=["aigreentext", "greentext", "newgreentexts", "4chan"] ), ) )