Files
pyvis/cogs/python.py

9 lines
321 B
Python

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