mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2025-04-26 03:36:27 +00:00
added a message for invalid input file type
This commit is contained in:
parent
5a6966df5a
commit
b249166238
10
exploits.go
10
exploits.go
|
@ -189,9 +189,11 @@ func initCommand(inputFile string, mode string) {
|
|||
fmt.Println("completed task.")
|
||||
os.Remove(out)
|
||||
|
||||
} else if inputFile == "no input file provided" {
|
||||
return
|
||||
|
||||
} else {
|
||||
if inputFile == "no input file provided" {
|
||||
return
|
||||
}
|
||||
}
|
||||
fmt.Println("incompatible input file")
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue