|
|
@ -1,5 +1,4 @@
|
|
|
|
import datetime
|
|
|
|
import datetime
|
|
|
|
from typing import List, Tuple, Any
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from discord import Embed
|
|
|
|
from discord import Embed
|
|
|
|
from discord.ext import commands, menus
|
|
|
|
from discord.ext import commands, menus
|
|
|
@ -8,11 +7,6 @@ from discord.ext.commands import command
|
|
|
|
from settings import enso_embedmod_colours
|
|
|
|
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
|
|
|
|
# Pages of the help embed
|
|
|
|
def help_menu(self, guild_icon):
|
|
|
|
def help_menu(self, guild_icon):
|
|
|
|
# Setting up the embed for the Fun Commands
|
|
|
|
# Setting up the embed for the Fun Commands
|
|
|
|