ryan-rowland / albion-guildbot

A Bot that posts interesting events about a guild to Discord.
GNU General Public License v3.0
20 stars 28 forks source link

Include the summary image as an attachment. #5

Closed hmadison closed 7 years ago

hmadison commented 7 years ago

Hi,

This patch removes the Google Cloud storage requirement and has the embed pull the image from an attachment. This makes the bot simpler to host, eliminating another service which the installer needs to contend with. To accomplish this I had to convert the bot from using discord.io to discord.js, since discord.io does not support attachments and embeds in the same message.

Thanks, Hunter

hmadison commented 7 years ago

I've made the changes you have requested.

ryan-rowland commented 7 years ago

Looks good to me. Thanks again, @hmadison !