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