Melijn icon indicating copy to clipboard operation
Melijn copied to clipboard

Use a MessageBuilder to build a DiscordMessage object and have one or a few sendMsg functions instead of 50

Open ToxicMushroom opened this issue 3 years ago • 0 comments

This is an issue for a refactor I'd like to do, instead of having a hundred functions for all different types of messages that you can send I'd like to have one with a DiscordMessage object so that it takes 2 arguments and 1 function to cover all possibilities

This would be WAAAY easier to maintain than 50 functions, easier to use and understand when reading the code

ToxicMushroom avatar Oct 02 '20 22:10 ToxicMushroom