bot . hear ( /^(?:!test) (.*)$/i , msg => { msg . send ( 'Test' ) } )
bot . hear ( /^(?:\/test) (.*)$/i , msg => { msg . send ( 'Test' ) } )