chore: update commands help description
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user