Upload Discord attachment straight from your discord account.
- Open console in folder
- type
npm i
- and type
node index.js
(Make sure you already edit the settings)
Rename config.json.example
to config.json
and edit with your setting
token
: Your discord token.
prefix
: Your prefix for sending attachment
--message
: Set message content.
--type
: Force set file extension.
--name
: Force set file name.
<prefix>send (URL) [FLAGS]
Example simple:
up!send https://x0.at/dx3.png
Example advance:
up!send https://x0.at/dx3.png --message='Yuno is cute' --type=jpg --name=UWU
Copyright © 2020 Haneul Seong hana@disroot.org
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE file for more details.