Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev authored Nov 26, 2024
1 parent 9c66712 commit 5458565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ If your plugin needs special code being ran before being unloaded, set this to t
> If this is true, your plugin will not be able to be unloaded without a `[plugin_id]_check.py`
> file. You will need to specify this in the `utils` key.
### `required_tokens` (v3.8.0+/139+)
### `required_tokens` (v3.8.0+/rel139+)
Tokens that the Modifier needs.

### `uses_tokenstore` (v3.8.0+/139+)
### `uses_tokenstore` (v3.8.0+/rel139+)
Modules in `modules` that need to access tokens declared in `required_tokens`. These should take
in both `bot` and `tokenstore` in the `add_cog` method.

Expand Down

0 comments on commit 5458565

Please sign in to comment.