ZeNyfh / gigavibe-java-edition

Music + Media bot made in java using JDA and Lavaplayer.
GNU General Public License v3.0
8 stars 3 forks source link

VideoDL has some loose ends #121

Closed 9382 closed 1 year ago

9382 commented 1 year ago

While trying to give #99 a shot, I discovered some parts of VideoDL have some clearly unfinished logic, specifically around the code changed in 3b35ae9 This feels like relic code, especially considering it was using event.replyFiles instead of the editMessageFiles method, which is what it should have been swapped to long ago. Both this and AudioDL (though perhaps this specifically) really need a check-up (this is maybe the 5th time I've found problems in these commands, and it's driving me mad)

9382 commented 1 year ago

Closing as merged into #111 (hopefully that'll fix these issues)