Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
HackResist authored Oct 4, 2024
1 parent a840959 commit f5f9bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Script/Powershell_Script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Send-WelcomeMessage {
"/killprocess <process_id> | <application_name> - Kill a running process by ID or name.`n" +
"/getHardwaredevices - Get All Hardware Device info.`n" +
"/runprocess <exe_path> [optional_args path] - Run a process or only executable file.`n" +
"/help - If you're facing any issues with the command, you can refer to the GitHub repository or the blog link for help.`n"
"/help - If you're facing any issues with the command, you can refer to the GitHub repository link for help.`n"

Send-TelegramMessage -message $welcomeMessage
}
Expand Down Expand Up @@ -322,7 +322,7 @@ function Process-Command($command) {
}
#Help Section
"/help" {
$defaultLinks = "https://github.com/your-repo https://your-blog.com"
$defaultLinks = "https://github.com/hackresist/Shell-X-bot "
Send-TelegramMessage -message "Here are the links: $defaultLinks"
}
# Default Message
Expand Down

0 comments on commit f5f9bd2

Please sign in to comment.