nagaohiroki / Bardiscord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemini Discord bot

this is a Gemeini Discrod Bot

Gemini API Key

https://aistudio.google.com/app/apikey

Discrod Setting(enable Intents)

https://discordpy.readthedocs.io/ja/latest/discord.html

MyApplications -> SETTINGS/Bot -> Privileged Gateway Intents
[PRESENCE INTENT]
[SERVER MEMBERS INTENT]
[MESSAGE CONTENT INTENT]

Write .env

GOOGLE_API_KEY=(your Gemini API)
DISCORD_TOKEN=(Your Discrod API)

Server Setting

git clone
cd Bardicord
(wirte .env)
python -m pip install -r requirements.txt
python main.py

About

License:MIT License


Languages

Language:Python 84.8%Language:Dockerfile 15.2%