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.
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
todiscord.js
, since discord.io does not support attachments and embeds in the same message.Thanks, Hunter