diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 5851d35..59b2f37 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -67,7 +67,6 @@ class Galaxy(commands.Cog): embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco has been reset.") await ctx.send(embed=embed) - @commands.command() async def unix(self, ctx): """Posts the current Unix timestamp."""