diff --git a/datein/welcome.py b/datein/welcome.py index 3987660..05afec2 100644 --- a/datein/welcome.py +++ b/datein/welcome.py @@ -10,8 +10,6 @@ class Welcome(commands.Cog): def __init__(self, bot): self.bot = bot - #test - @commands.command(name="welcome_banner") async def welcome_banner(self, ctx, member: discord.Member): import os, io, aiohttp @@ -97,4 +95,4 @@ def truncate_text(text, font, max_width): await ctx.send(file=file) async def setup(bot: commands.Bot): - await bot.add_cog(Welcome(bot)) \ No newline at end of file + await bot.add_cog(Welcome(bot))