The bot will log attatchments to a channel.
-
Firstly clone this repo where you plan to have the bot hosted as follows:
-
Open a terminal where you want the bot files to go, run:
git clone https://github.com/Unknown401/attachment-log.gitThis may prompt you to login since this is a private repo afterwards there should be a new folder, navigate to it usingcd attachment-logthen: -
Rename
config_example.jsontoconfig.jsonand paste your discord bot token in the token variable. -
Run
npm installin the console. -
Run the bot with
node index.jsOr any other runtime you have installed. -
use the setup command.
- NodeJS 8.0.0 or higher.