git pull https://github.com/PinJhih/gemini-dc-bot.git
cd gemini-dc-botpip install -r requirements.txt- Create a file named .env
# for example, use the `touch` command touch .env - Add your Discord Bot Token and Gemini API Key to the .env file:
BOT_TOKEN=<Your Discord Bot Token> GEMINI_API_KEY=<Your Gemini API Key>- Visit Discord Developer to get your Discord bot token
- Visit Google AI Studio to create a Gemini API Key
python gemini_dc_bot/bot.pydocker build . gemini-dc-bot
docker run gemini-dc-bot