ZeNyfh / gigavibe-java-edition

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

Improve slash command behaviour of ?play #133

Closed 9382 closed 8 months ago

9382 commented 8 months ago

With the move somewhat away from text-based commands, we should probably make the play command better supported for slash commands. I specifically mean avoiding immediately replying and deleting it and then sending a response in an unrelated later message, since this hides who used the command and with what arguments, and also can fill logs that track message deletion

ZeNyfh commented 8 months ago

Yes, I remember you mentioning this I think looking into replying with "." and then editing that message would be a better approach.