feat: add github repo lookup command
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user