feat: add github repo lookup command

This commit is contained in:
2021-07-29 12:58:47 -04:00
parent 5b0e8d3bee
commit a9985f4b4c
4 changed files with 60 additions and 19 deletions

View File

@@ -4,8 +4,6 @@ class Python(commands.Cog):
"""General commands about python programming."""
@commands.command()
async def resources(self, ctx):
"""
Will provide resources for python programming.
"""
async def resources(self, ctx) -> None:
"""Will provide resources for python programming."""
await ctx.send("Some resources for you here!") # TODO: Add resources