Getting rid of redundant code

pull/8/head
sgoudham 4 years ago
parent 492ed39522
commit 0adc287a73

@ -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

Loading…
Cancel
Save