Skip to content

doki-doki-ai-edition/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Getting Started

  • 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.

Channel

In your server create a log channel that only the DDAE bot and the other club member bots will have access to.

discord log channel

Monika

  • Make a bot and name it Monika
  • Open monika.py in the characters folder
  • Set THREAD_ID to a thread ID that only the Monika bot will have access to in your #doki-logs channel

Sayori

  • Make a bot and name it Sayori
  • Open sayori.py in the characters folder
  • Set THREAD_ID to a thread ID that only the Sayori bot will have access to in your #doki-logs channel

Natsuki

  • Make a bot and name it Natsuki
  • Open natsuki.py in the characters folder
  • Set THREAD_ID to a thread ID that only the Natsuki bot will have access to in your #doki-logs channel

Yuri

  • Make a bot and name it Yuri
  • Open yuri.py in the characters folder
  • Set THREAD_ID to a thread ID that only the Yuri bot will have access to in your #doki-logs channel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages