Optimised Imports

pull/2/head
sgoudham 4 years ago
parent d3813ac9d9
commit c67ccabc77

@ -5,12 +5,8 @@ import discord
from discord.ext import commands
from discord.ext.commands import BucketType, cooldown
import settings
from cogs.Embeds import error_function
# Grabbing the list of colours defined in the settings.py file
colour_list = [c for c in settings.colors.values()]
# Set up the cog
class Fun(commands.Cog):

Loading…
Cancel
Save