When performing a server wipe, the bot successfully generates the wipe message containing map information. However, upon subsequent server wipes, although the message is still generated, the seed and world size information remain unchanged. This discrepancy is evident in the attached screenshot, where the seed "21725" remains constant even after a server wipe. This is incorrect, as running the "server.seed" command through RCON yields a different, updated seed that doesn't correspond to the seed displayed in the console output.
To elaborate, the issue arises when the bot is initially started and the server is wiped. At this point, the functionality works as intended. Yet, upon subsequent server wipes without restarting the bot, the displayed seed becomes inaccurate—it retains the previous value rather than reflecting the updated seed. This problem has been investigated, revealing that within the "server.rcon.on("message")" event, the seed is appropriately updated. However, this updated information fails to propagate to the content of the embed within the "sendWipeMessage" function, resulting in the outdated information persisting.
Regarding the second screenshot, an error consistently emerges upon starting the bot. The error pertains to the bot's inability to update commands due to insufficient permissions. Despite granting the bot permissions such as "application.command," the issue persists.
Your assistance in resolving these concerns would be greatly appreciated.