Uploads local files to discord channels. Modified version of (https://github.com/Not-Cyrus/discord-file-webhook-upload) to support arguments.
GO 1.6:
▶ go get github.com/vermsec/discordfileGO 1.7:
▶ go install github.com/vermsec/discordfile@latest -file string
Path to file which is to be sent (default "nofile")
-help
usage info
-version
current version
-webhook string
Webhook URL to send the data to (default "whook")▶ discordfile -webhook https://discord.com/api/webhooks/213123 -file /path/to/file