removed useless whitespace
This commit is contained in:
parent
75fb6d4073
commit
50fe64c996
1 changed files with 0 additions and 1 deletions
|
@ -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.")
|
embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco has been reset.")
|
||||||
await ctx.send(embed=embed)
|
await ctx.send(embed=embed)
|
||||||
|
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def unix(self, ctx):
|
async def unix(self, ctx):
|
||||||
"""Posts the current Unix timestamp."""
|
"""Posts the current Unix timestamp."""
|
||||||
|
|
Loading…
Reference in a new issue