1
0
Fork 0
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:
Barani Kumar S 2024-10-26 00:04:59 +05:30
parent 9c8f1549e8
commit 59550eee47

View file

@ -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:"-"`
}