This project is designed to manage and enhance Discord functionalities.
env/andvenv/- Virtual environment directories.dist/,build/, and*.egg-info/- Distribution and packaging files..vscode/and.idea/- IDE-specific configuration files..env- Environment variables file.
discord_bot.py- A base code for creating a Discord bot.bot.py- A code implementation that integrates with Opeanai to produce DFM response according to the user query.
-
Clone the repository:
git clone <repository-url>
-
Set up a virtual environment:
python -m venv env source env/bin/activate # On Windows, use `env\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
Feel free to submit issues or pull requests to improve the project.
This project is licensed under the MIT License.