wip: work on new poll command
This commit is contained in:
9
cogs/programming.py
Normal file
9
cogs/programming.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from discord.ext import commands
|
||||
|
||||
class Programming(commands.Cog):
|
||||
"""Commands about programming."""
|
||||
|
||||
@commands.command()
|
||||
async def resources(self, ctx) -> None:
|
||||
"""Will provide resources for programming."""
|
||||
await ctx.send("Some resources for you here!") # TODO: Add resources
|
||||
Reference in New Issue
Block a user