Editing a list id generates a new message in the lists channel
MattIPv4 opened this issue · 0 comments
MattIPv4 commented
Bug Report
Description
When editing the id of an existing list within the app, it will generate a new message in the lists Discord channel instead of updating the old one. This results in two entries being in the lists_messages table, one with the old list id / message id and another with the new list id / message id.
Steps to reproduce
- Add a list to the app
- Ensure the app posted to the lists Discord channel
- Edit the list id
- Observe the new message generated in the lists Discord channel
Expected behavior
Should update the existing messaged referenced by the old list id.
Logs or Screenshots
N/A