module

Discord::Mention

Class methods

parse(string : String)

Returns an array of mentions found in a string

Source
parse(string : String, &block : MentionType -> )

Parses a string for mentions, yielding for each mention found

Source

Nested types