A media archiver Discord bot that archives various types of media into their respective channels.
- Create a
.env
file in the root directory. - Add
NODE_ENV=developer
- Ask for the Discord token and add
DISCORD_TOKEN=<token>
in the.env
file. - Make sure you have node v10+.
npm install
npm start
or alternatively, install nodemon and runnodemon bot.js
to run the bot and watch for changes.- Commands for this bot will be executed with the prefix and
-dev
appended to it (ex.kimbap-dev thanks
).