luni3359 / koa-bot

Discord bot
MIT License
3 stars 0 forks source link

Problems with two or more galleries #3

Closed luni3359 closed 4 years ago

luni3359 commented 5 years ago

A couple issues to be noted:

  1. Both galleries are shown as fast as possible and it's not very API-friendly. Maybe there's a way to make things more efficient.
  2. Now the galleries are both showing out of order. Some action should occur, like removing the original post and replacing it with a special case message to show them in order.
luni3359 commented 4 years ago

Solutions off the top of my head: either show only the gallery of the last link included in a message, or do nothing when there's more than 1 gallery links.

luni3359 commented 4 years ago

Fixed as of commit 275d04ee1cb526fe890ed207cceab449003093ad. The bot ignores any further galleries and posts them only when there's 1 of any given gallery-enabled url.