module Discord::Mention
 
  Defined in:
discordcr/mention.crClass Method Summary
- 
        .parse(string : String)
        
          Returns an array of mentions found in a string 
- 
        .parse(string : String, &block : MentionType -> )
        
          Parses a string for mentions, yielding for each mention found 
Class Method Detail
        
        def self.parse(string : String, &block : MentionType -> )
        #
      
      
        Parses a string for mentions, yielding for each mention found