not-an-aardvark / snoowrap

A JavaScript wrapper for the reddit API
MIT License
1.01k stars 125 forks source link

Is There Anyway To Change The Kind #384

Open ProdigyView opened 11 months ago

ProdigyView commented 11 months ago

Right now the kind looks hardcoded. Example

  submitLink (options) {
    return this._submit({...options, kind: 'link'});
  }

And the _submit functionis private.

Is there anyway to change it or call submit with custom variables to override the kind?