File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Start-Process "$output" -argumentlist "/passive /norestart" -wait
6969
7070# Download list of Python packages required to make the delete script function
7171Write-Host " Downloading requirements.txt..."
72- $url = " https://raw.githubusercontent.com/teamopulence/files /main/requirements.txt"
72+ $url = " https://raw.githubusercontent.com/teamopulence/discord /main/requirements.txt"
7373$output = " C:/tmp/requirements.txt"
7474New-Item - ItemType Directory - Force - Path C:/ tmp | Out-Null
7575[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12
@@ -92,7 +92,7 @@ $askDelPrefix = Read-Host -Prompt "Input the delete command you'd like to use (M
9292
9393# Download delete script and place it in the same location as this script
9494Write-Host " Downloading delete script..."
95- $url = " https://raw.githubusercontent.com/teamopulence/files /main/del.py"
95+ $url = " https://raw.githubusercontent.com/teamopulence/discord /main/del.py"
9696$output = " $PSScriptRoot /Discord_Delete_Script.py"
9797New-Item - ItemType Directory - Force - Path $PSScriptRoot | Out-Null
9898[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12
You can’t perform that action at this time.
0 commit comments