A media archiver Discord bot that archives various types of media into their respective channels.

- Create a
.envfile in the root directory. - Add
NODE_ENV=developer - Ask for the Discord token and add
DISCORD_TOKEN=<token>in the.envfile. - Make sure you have node v10+.
npm installnpm startor alternatively, install nodemon and runnodemon bot.jsto run the bot and watch for changes.- Commands for this bot will be executed with the prefix and
-devappended to it (ex.kimbap-dev thanks).