Adds a Message Builder
Created by: jeffreyladd
Summary
With the amount of params being added to SendMessageAsync (and soon more for inline replies) and also the ones specific for Files, I believe it is time to start considering a Builder for sending and Modifying Messages.
Changes proposed
- Removes all Public SendMessageAsync and SendFilesAsync Methods
- Replaces the above with 3 Methods
- SendMessageAsync(string content)
- SendMessageAsync(DiscordEmbed embed)
- SendMessageAsync(DiscordMessageBuilder builder)