feat: add bot welcome message for new member

This commit is contained in:
2021-07-29 15:07:20 -04:00
parent 01b77ddca1
commit 9dffef139e
3 changed files with 47 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
from discord.ext import commands
class Python(commands.Cog):
"""General commands about python programming."""
"""Commands about python programming."""
@commands.command()
async def resources(self, ctx) -> None: