The Discord client for power users.
scopeclient.com »
No Release Downloads Yet |
Nightly releases can be found here.
Scope is in its earliest stages of development. This README will be fleshed out as the project progresses.
- Clone the repository
- Run
cargo build --release
- The binary will be in
./target/release/scope
- Clone the repository
- Run
cargo run
- It's recommended to use
cargo watch -- cargo run
from cargo-watch, but it's optional
- It's recommended to use
The binary requires the following environment variables to be set in the current working directory or in a .env
file:
DISCORD_TOKEN
- Your Discord tokenDEMO_CHANNEL_ID
- The channel ID to listen for messages on