WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 830237938a - Show all commits

View file

@ -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: