feat: seperate commands into cogs (categories)
This commit is contained in:
9
cogs/python.py
Normal file
9
cogs/python.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from discord.ext import commands
|
||||
|
||||
class Python(commands.Cog):
|
||||
"""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!")
|
||||
Reference in New Issue
Block a user