SirWaddles / JohnWick

A Discord bot that posts the contents of the Fortnite shop.
MIT License
28 stars 11 forks source link

Item Shop Auto Deletion #4

Open PrepareForMayhem opened 5 years ago

PrepareForMayhem commented 5 years ago

Could you add a feature to auto delete yesterdays shop so its only the current shop! Not as default just another like an example !subscribe deleteold maybe i dont know but just an idea!

SirWaddles commented 5 years ago

It's kind of tricky to track the last message across process restarts or shard movement. I wonder if there's a way to find a message by id, then I could shovel it off to the channel database.

I'm not sure, I'll look into it at some point.