From 0adc287a735b42d068715012e048e25dead74c36 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 19 Jul 2020 00:33:43 +0100 Subject: [PATCH] Getting rid of redundant code --- cogs/help/help.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cogs/help/help.py b/cogs/help/help.py index c6c953e3..1bf1b08c 100644 --- a/cogs/help/help.py +++ b/cogs/help/help.py @@ -1,5 +1,4 @@ import datetime -from typing import List, Tuple, Any from discord import Embed from discord.ext import commands, menus @@ -8,11 +7,6 @@ from discord.ext.commands import command from settings import enso_embedmod_colours -async def make_embed(embed, seq: List[Tuple[Any, Any, bool]]) -> Embed: - embed.add_field(seq) - return embed - - # Pages of the help embed def help_menu(self, guild_icon): # Setting up the embed for the Fun Commands