aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/easter/april_fools_vids.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/bot/seasons/easter/april_fools_vids.py b/bot/seasons/easter/april_fools_vids.py
index 6ff572b2..b71beae2 100644
--- a/bot/seasons/easter/april_fools_vids.py
+++ b/bot/seasons/easter/april_fools_vids.py
@@ -29,11 +29,7 @@ class AprilFoolVideos(commands.Cog):
@commands.command(name='fool')
async def aprial_fools(self, ctx):
"""Gets a random april fools video from youtube."""
- random_youtuber = 'google'
-
- # Change the above line of code to "random_youtuber = random.choice(self.youtubers)".
- # I will add more youtubers and their vids in the future, for now only google, Around 30 vids.
-
+ random_youtuber = random.choice(self.youtubers)
category = self.yt_vids[random_youtuber]
random_vid = random.choice(category)
embed = discord.Embed()