This is the source code for the Doki Doki AI Edition discord bot. If you're interested in setting it up for yourself, the process is down below.
- in the directory of the project type this in a terminal
pip install -r requirements.txt
Setup a config.json
file like this:
{
"BOT_TOKEN": "Enter your token here",
"GROQ": "Enter your token here",
"GPT_TOKEN": "Enter your token here"
}
And obviously replace "Enter your token here" with your actual tokens.
In your server create a log channel that only the DDAE bot and the other club member bots will have access to.
- Make a bot and name it Monika
- Open
monika.py
in thecharacters
folder - Set
THREAD_ID
to a thread ID that only the Monika bot will have access to in your #doki-logs channel
- Make a bot and name it Sayori
- Open
sayori.py
in thecharacters
folder - Set
THREAD_ID
to a thread ID that only the Sayori bot will have access to in your #doki-logs channel
- Make a bot and name it Natsuki
- Open
natsuki.py
in thecharacters
folder - Set
THREAD_ID
to a thread ID that only the Natsuki bot will have access to in your #doki-logs channel
- Make a bot and name it Yuri
- Open
yuri.py
in thecharacters
folder - Set
THREAD_ID
to a thread ID that only the Yuri bot will have access to in your #doki-logs channel