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