diff options
| -rw-r--r-- | bot/seasons/easter/april_fools_vids.py | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/bot/seasons/easter/april_fools_vids.py b/bot/seasons/easter/april_fools_vids.py index 553b2a78..a851f3cc 100644 --- a/bot/seasons/easter/april_fools_vids.py +++ b/bot/seasons/easter/april_fools_vids.py @@ -32,11 +32,6 @@ class AprilFoolVideos(commands.Cog):          random_youtuber = random.choice(self.youtubers)          category = self.yt_vids[random_youtuber]          random_vid = random.choice(category) -        embed = discord.Embed() -        embed.title = random_vid['title'] -        embed.colour = Colours.yellow -        embed.description = f'Checkout this april fools video by {random_youtuber}' -        embed.url = random_vid['link']          await ctx.send(f"Check out this April Fools' video by {random_youtuber}.\n\n{random_vid['link']}") | 
