@@ -104,7 +104,7 @@ func (p *Parser) parse(args *[]string) error {
if p.parsed {
return nil
}
if len(*args) < 1 {
if len(p.args) < 1 {
The note is not visible to the blocked user.