helldivers-2 / discord-bot

Welcome to the repo for HellCom Discord bot! This bot is intended to be a helper/utility for Helldivers's community. Democracy!
https://discord.com/application-directory/1213944670288347176
GNU Affero General Public License v3.0
14 stars 5 forks source link

/subscribe status message not updating in big server #1

Closed jgaribsin closed 7 months ago

jgaribsin commented 8 months ago

https://discord.com/channels/1046247991582916618/1218248649449013249

relevant info:

Krojack commented 7 months ago

I just noticed this on my small private server with ~4 people and ~4 other bots total.

image

jgaribsin commented 7 months ago

I just noticed this on my small private server with ~4 people and ~4 other bots total.

image

Yep, got wind of that through some other reports and I managed to recreate it myself in a server with only myself and two bots. I'm working on figuring out the issue and trying various things in hopes of a fix.

Krojack commented 7 months ago

Mine as started updating every 15 mins now.

Might I also add a suggestion... Add a "footer" in the embed for both the Automatons and Teminids that has the last updated time stamp. I do it for my Palworld server.. Looks like this

image

JSon Code: "footer": { "text": "Last Update" }, "timestamp": "2024-03-23T00:47:17.000Z"

jgaribsin commented 7 months ago

Update issue is fixed as of b4a3c91 with subsequent patch for efficiency. Thanks for confirming =)

Mine as started updating every 15 mins now.

Might I also add a suggestion... Add a "footer" in the embed for both the Automatons and Teminids that has the last updated time stamp. I do it for my Palworld server.. Looks like this

image

JSon Code: "footer": { "text": "Last Update" }, "timestamp": "2024-03-23T00:47:17.000Z"

I figured the update notes in the final embed would be enough since all embeds are part of the same message. This seems like code duplication unless I'm missing something?

I'm closing this since this is a report about broken message updates, but can make another issue with a suggestion label if you'd like!