WIP: Refactor Aurora (3.0.0) #29
1 changed files with 0 additions and 1 deletions
|
@ -1227,7 +1227,6 @@ class Aurora(commands.Cog):
|
||||||
@aurora.group(autohelp=True, name="convert")
|
@aurora.group(autohelp=True, name="convert")
|
||||||
async def aurora_convert(self, ctx: commands.Context):
|
async def aurora_convert(self, ctx: commands.Context):
|
||||||
"""Convert strings to various Python objects."""
|
"""Convert strings to various Python objects."""
|
||||||
pass
|
|
||||||
|
|
||||||
@aurora_convert.command(aliases=["dt"])
|
@aurora_convert.command(aliases=["dt"])
|
||||||
async def datetime(self, ctx: commands.Context, *, date: str) -> None:
|
async def datetime(self, ctx: commands.Context, *, date: str) -> None:
|
||||||
|
|
Loading…
Reference in a new issue