English|繁體中文
A discord bot for private server management.
Before hosting this bot directly from this repo, There are few steps need to do, or the bot will not work properly.
ArisaMatsuda/
├── src
│ └── main.rs
├── Cargo.toml
├── LICENSE
├── README.md
└── README_zh-TW.md
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.
cargo build --release-
npm/pm2:
pm2 start target/release/arisa_rust --name "arisa" --update-env -
Background job:
./target/release/arisa_rust & -
Docker:
wip
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 |
| Despreated | |
| Despreated |
Licensed under MIT.