To create a simple Discord bot that you can run from your PC, you first need to have Python installed on your machine, as well as the `discord.py` library. Below is a step-by-step guide to help you set up a basic Discord bot along with a sample Python script.
### Prerequisites
1. **Install Python**: Make sure you have Python installed. You can download it from [python.org](https://www.python.org/downloads/).
2. **Install Discord.py**: You can


