Aligns the Method Names to what they should be on Builders
Created by: jeffreyladd
Summary
Aligns the other builder's method names to what they should be.
Details
With the Message Builder being brought in in #695 , we need to align the other builders to the correct naming based on grammar. Since we need to assume in most instances an embed/message/etc, are not already created in discord (ie, we are not modifying), the correct grammar would be with and not add (you add to something that already exists).