chore: update commands help description

This commit is contained in:
2021-07-29 00:43:47 -04:00
parent d7df1d7076
commit 38839df714
2 changed files with 14 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
from discord.ext import commands
class Python(commands.Cog):
"""General commands about python programming"""
"""General commands about python programming."""
@commands.command()
async def resources(self, ctx):
"""!resources - resources for python programming"""
await ctx.send("Some resources for you here!")
"""
Will provide resources for python programming.
"""
await ctx.send("Some resources for you here!") # TODO: Add resources