Make setter of CustomId public in DiscordButtonComponent
Created by: JanBohunovsky
Summary
Makes the setter of CustomId property in DiscordButtonComponent public.
Details
This allows the component to be fully initialized using the initializer syntax. DiscordSelectComponent already has this change, so I just added it to this one as well.