Skip to content

LTurret/DaibaNana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaibaNana

English |繁體中文

A python based discord bot designed for private server management

Development details

Directory structure

.
├── requirements.txt
├── .env
└── src/
    ├── cogs/
    │   └── generative.py
    ├── history.json
    └── main.py

Secrets

Token are accessed with dotenv.load_dotenv() and os.getenv().

BOT_TOKEN=
GEMINI_TOKEN=

Build

Dependencies

Install packages via pip install -r requirements.txt.

Release

There are two options for hosting bot:

  1. Hosting locally

    python3 -B main.py
  2. Hosting with pm2

    pm2 start src/main.py --name "nana" --interpreter "python3" --interpreter-args "-B"

License

Licensed under MIT.

About

Generative Ai with customizable charactistics.

Resources

License

Stars

Watchers

Forks

Languages