from discord.ext import commands
class EDT:
def __init__(self, bot):
self.bot = bot
print("EDT loaded")
def setup(bot):
bot.add_cog(EDT(bot))