Documentation ¶
Overview ¶
Package args ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawArguments ¶
type RawArguments struct {
Argument string
}
RawArguments represents a Raw Arguments argument.
func (*RawArguments) Format ¶
func (r *RawArguments) Format(field string) string
func (*RawArguments) ParseContent ¶
func (r *RawArguments) ParseContent(args string) error
func (*RawArguments) String ¶
func (r *RawArguments) String() string
type UserMention ¶
type UserMention string
UserMention represents a User Mention argument.
func (*UserMention) Format ¶
func (m *UserMention) Format(field string) string
func (*UserMention) Parse ¶
func (m *UserMention) Parse(arg string) error
func (*UserMention) Snowflake ¶
func (m *UserMention) Snowflake() disgord.Snowflake
Snowflake returns a disgord.Snowflake for the User Mention.
Click to show internal directories.
Click to hide internal directories.