This a barebones template with some basic info to get you started, the example cog should have enough info to get you started on using commands and embeds ...
Template/ ├─── cogs/ │ ├─── __init__.py │ ├─── cog1.py │ ├─── cog2.py │ ├─── cog3.py ...