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
The binary presently requires the following environment variables to be set or in a .env file in the current working directory:
DISCORD_TOKEN- your discord tokenDEMO_CHANNEL_ID- the channel ID to listen for messages on
- Clone the repository
- Run
cargo run- It's reccomended to use
cargo watch -- cargo runfrom cargo-watch, but it's in no way required
- It's reccomended to use
The binary presently requires the following environment variables to be set or in a .env file in the current working directory:
DISCORD_TOKEN- your discord tokenDEMO_CHANNEL_ID- the channel ID to listen for messages on
