- Clone this repository
Copy this command into your terminal
git clone https://github.com/DevEooo/Discord-Chatbot.git
- Install prerequisite dependencies
To run this app, we need to install some libraries such as: discord.py, google.genai (or any LLM models you preferred) and python-dotenv.
pip install discord.py google.genai python-dotenv
- Setup your .env and prompt.txt files Create .env in project's root containing discord and LLM credential (more on .env_example) and prompt.txt in root as well. You could customize your own chatbot prompt creatively, or modify the chatbot template that I've written in prompt_example.txt!
- All set!
Your discord chatbot is ready to use! Run this app file by inserting this command:
python main.py
