Improve prune command logic
spotlightishere opened this issue · 0 comments
spotlightishere commented
The prune command currently uses Discordrb::API::Channel.bulk_delete_messages
, which fails after 2 weeks. Its functionality should resemble something closer to the clean command, which handles age.
Perhaps it would be best to have clean as some shared helper function?