mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 15:15:29 +00:00
30aa09f720
[^] README.md | for transcoding information [-] exploits.go | removed skipArg completely as it's not needed at all [^] exploits.go | changed mode handler because I made a mistake which makes v the zero duration video mode [^] .gitignore | added .jpg [^] transcode-to-webm.go => transcode.go | fixed FFmpeg output and made it print the temporary file location [^] name.go | made file name longer and changed Unix to UnixNano because the seed as Unix sometimes creates two identical file names when images are transcoded as it is really fast [^] help.go | changed "doesn't" to "don't" [^] ffmpeg-check.go | changed error checking function to the one already present in modules/error.go
35 lines
452 B
Plaintext
35 lines
452 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Testing Files used for checking the programs functionality
|
|
*.webm
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
*.png
|
|
|
|
*.bat
|
|
|
|
discord-exploits
|
|
|
|
discord-exploits-linux-32bit
|
|
|
|
discord-exploits-linux-64bit
|
|
|
|
*.mp4
|
|
|
|
*.jpeg
|
|
|
|
*.jpg
|