Skip to content

LTurret/ArisaMatsuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

375 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArisaMatsuda

English|繁體中文

A discord bot for private server management.

Configuration

Before hosting this bot directly from this repo, There are few steps need to do, or the bot will not work properly.

Directory Structure

ArisaMatsuda/
├── src
│   └── main.rs
├── Cargo.toml
├── LICENSE
├── README.md
└── README_zh-TW.md

Secrets

Token are accessed with dotenv::dotenv.ok() and std::env::var().

The .env file should contain the following configurations:

# Required Configuration
DISCORD_TOKEN="<your_token>"

Replace the placeholders with your actual values.

Build

cargo build --release

Running

  • npm/pm2:

    pm2 start target/release/arisa_rust --name "arisa" --update-env
  • Background job:

    ./target/release/arisa_rust &
  • Docker:

    wip

Roadmap

Note

Some of features are removed from the list since the last Python build. Please refer to the main branch for more information.

There would be more tracks in the project tab!

File Status
tweet_fix.py Work in Progress
emotes.py Not implemented
goods.py Not implemented
ping.py Not implemented
fun.py Not implemented
tweet_subscribe Not implemented
delete.py Despreated
join.py Despreated

License

Licensed under MIT.

About

A discord bot for private server management.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages