A discord bot for help domain content embedding.
Before hosting this bot directly from this repo, There are few steps need to do, or the bot will not work properly.
ArisaMatsuda/
.
├── Cargo.toml
├── LICENSE
├── README.md
├── rustfmt.toml
└── src
├── main.rs
└── commands
├── author.rs
├── embed.rs
├── instagram.rs
├── mod.rs
├── threads.rs
└── twitter.rs
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 &
Licensed under MIT.