UKLooneyJr / kc-discord-bot

KC Discord Bot
MIT License
3 stars 1 forks source link

Store images/attachments for !stando bot #35

Open UKLooneyJr opened 1 year ago

UKLooneyJr commented 1 year ago

A very easy mistake to make when adding a message to the !stando command is to try adding an image by attaching it to the message.

Currently we ignore any attachments and just store the message. If there are attachments, we should store them in the database and add them to the message next time it runs.