This is a template for creating a Discord bot using Python.
- Easy to use and customize.
- Built-in structure cloning
- Support for various Discord APIs and libraries.
- Modular structure for adding new features.
- Automatic Dependency Installation.
- Python 3.x installed on your machine.
- Discord API token. (You can obtain it by creating a new bot on the Discord Developer Portal)
- Clone this repository to your local machine.
- Update the necessary configuration variables in
config.py
and feel free to add more accordingly. - Run the bot using the following command:
python main.py
- Update the code and add new features as needed, also update the
requirements.txt
file if you add new dependencies.
- Invite the bot to your Discord server using the OAuth2 URL generated in the Discord Developer Portal.
- Use the bot's commands to interact with it.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.