FoxxMD / context-mod

an event-based, reddit moderation bot built on top of snoowrap and written in typescript
https://contextmod.dev
MIT License
49 stars 11 forks source link

UserFlairAction added #62

Closed rysie closed 2 years ago

rysie commented 2 years ago

User flair action added.

Important: for userflairs to work, oAuth scopes need to be updated (new access/refresh token pair must be generated)

Sample config:

      "actions": [
          {
              "name": "Set Verified user flair",
              "kind": "userflair",
              "flair_template_id": "41ac08a4-a23e-11eb-874b-0e685b3ce475"
          }
      ]
FoxxMD commented 2 years ago

oops forgot about this over the holidays! I'll test this tomorrow and get a new release out for it soon after

FoxxMD commented 2 years ago

@rysie take a look at the comment when you have a chance and let me know if everything looks ok