mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-02 18:26:41 +00:00
comments: Little typo fix
This commit is contained in:
parent
9c8f1549e8
commit
59550eee47
|
@ -876,7 +876,7 @@ type MentionableSelectComponent struct {
|
|||
Disabled bool `json:"disabled,omitempty"`
|
||||
// DefaultMentions is the slice of User / Role Mentions that are selected by default
|
||||
// Example:
|
||||
// DefaultMentions: []DefaultMention{ NewUserMention(0382080830233), NewRoleMention(4820380382080) }
|
||||
// DefaultMentions: []DefaultMention{ discord.UserMention(0382080830233), discord.RoleMention(4820380382080) }
|
||||
DefaultMentions []DefaultMention `json:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue