Crazy-AI is a Python-based Discord bot that uses:
- Gemini for text generation
- OpenAI for image generation
Install the required Python packages using pip
pip install -r requirements.txt
Update data/config.json fields with your own APIs and discord bot tokens etc.
Here are the steps to creating a Discord Bot account:
- Make sure you’re logged on to the Discord website.
- Navigate to the application page.
- Click on the “New Application” button and create your bot.
- Go to OAuth2 tab on the left, select bot, give it relevant access and invite your bot to your server.
Open code in VS code and type
python bot.py
- @CrazyHasNoIdeaWhatToDo