struct ParsedArgs

Defined in:

parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(msg : String) #

[View source]

Instance Method Detail

def [](index) #

[View source]
def channel_mentions : Array(UInt64) #

[View source]
def cmd : String #

[View source]
def code : Array(String) #

[View source]
def content : String #

[View source]
def raw : Array(String) #

[View source]
def user_mentions : Array(UInt64) #

[View source]