Ares Discord Bot Update

I updated the Ares Discord bot to use the latest version of the bot library.

Release Notes

To upgrade the bot, log into your server shell and run ps -aux | grep node. You should see a line like this:

  ares     1234  0.0  1.2 811652 25792 ?        Sl   01:01   0:02 node bot.js

The number in the second column is the process id. Stop the bot by typing:

 kill -9 <process ID>

Then do this to upgrade the bot code:

cd ares-discord
git pull
npm install

Finally, restart the bot:

 nohup node bot.js&

I forgot a step after git pull, so if you ran this earlier today please do it again. Sorry for the mixup.