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 ...
git clone https://github.com/wuliao97/discord-bot-py-tutorial my_bot cd my_bot python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt ...