Guild is a Command Line Utility that allows you to post code snippets from a file to a Discord channel.
By utilizing Serenity to access the Discord API, guild communicates with your Discord server using Webhooks. This allows guild to post a message to Discord on its own without having to type anything into Discord itself.
In order to download guild, you need to have Rust downloaded on your computer if you don't already. To install Rust, use one of the following commands based on your computer's Operating System:
bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Download the following executable and follow the setup instructions: rustup-init.exe
If the downloads go well, you will see the following message:
Rust is installed now. Great!
Once Rust is installed on your machine, you must install guild through Cargo:
bash
cargo install guild
bash
guild set <webhook url>
bash
guild post <file path> <starting line> <ending line>
bash
guild post <file path> <starting line> <ending line> -H
or
bash
guild post <file path> <starting line> <ending line> --highlight
bash
guild post main.c 1 5 -H