Transform your Discord account into an AI chatbot using the Gemini AI model.
Warning: Use this tool at your own risk. I do not take any responsibility if your Discord account gets banned or faces any other consequences due to the use of this tool. Make sure to comply with Discord's terms of service and guidelines.
- Python 3.7 or higher
- Discord.py library
- aiohttp library
- google.generativeai library
- PIL library
- Clone this repository to your local machine:
git clone https://github.com/Isaiah512/discord-self-ai-chatbot.git
- Install the required Python packages:
- google-generativeai
You can install them using pip:
pip install google-generativeai
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file in the project directory with the following content:
TOKEN=your_gemini_api_key_here
AUTH_KEY=your_discord_token_here
- Run the script:
python3 discord_bot.py
-
-help
To get a list of commands available. -
-a text here
Generates text based on the provided input. It accepts a string of text as anargument and generates text output accordingly. -
-i text here[with image attached]
A combination of image and text as inputs that allows answer questions about the provided image.