disgoorg / disgo

A modular Golang Discord API Wrapper
Apache License 2.0
333 stars 37 forks source link

Build ButtonComponents instead of using the helper #364

Closed sebm253 closed 4 months ago

sebm253 commented 4 months ago

with the most recent addition of ButtonStylePremium, therefore a growing number of fields on buttons, it doesn't make sense to keep passing zero values to the convenience function - it's rather less convenient to pass data you do not want.