tisboyo / Twitch_Bot

4 stars 2 forks source link

[mods/announce] Add announce delete command #5

Closed tisboyo closed 3 years ago

tisboyo commented 4 years ago

Need to add an announce delete command, but need to figure out the best way to index the message to delete them.

Maybe add a !announce_messages command to list them all, with numbers prefixing them, then add a !announce_delete X command to delete that index. Potential problem there is the messages are re-ordered in the json file every time one is sent, so the index would change constantly. OR add a hidden index to the json field and use that to address it for deletion..

tisboyo commented 3 years ago

Added in b34afc25b1be0e136d2758e7d7c37cada81a9440 when converting to db