nyxx-discord / nyxx

Wrapper around Discord API for Dart
Apache License 2.0
326 stars 49 forks source link

Remove `label` and `emoji` parameters from ButtonBuilder.premium() #666

Closed kingmigdor closed 2 months ago

kingmigdor commented 2 months ago

Description

Removes the label and emoji parameters from the ButtonBuilder.premium() factory. As the docs state, premium buttons cannot have a label or emoji: image

Connected issues & other potential problems

If changes in PR are connected to other issues or are affecting code in other parts of framework (e.g. in main package or any other subpackage) make sure to link issue/PR and describe said problem

Type of change

Please delete options that are not relevant.

Checklist:

abitofevrything commented 2 months ago

Thanks!