Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/twitterPlugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ import TwitterPlugin from "@virtuals-protocol/game-twitter-plugin";
To get the access token, run the following command:

```bash
npx @virtuals-protocol/game-twitter-node auth -k <GAME_API_KEY>
npx @virtuals-protocol/game-twitter-plugin auth -k <GAME_API_KEY>
```

Here is an example run:

```bash
npx @virtuals-protocol/game-twitter-node auth -k apt-xxxxxxxxxx
npx @virtuals-protocol/game-twitter-plugin auth -k apt-xxxxxxxxxx
```

You will see the following output:
Expand Down
8 changes: 4 additions & 4 deletions plugins/twitterPlugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/twitterPlugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@virtuals-protocol/game": "^0.1.7",
"@virtuals-protocol/game-twitter-node": "^0.1.0",
"@virtuals-protocol/game-twitter-node": "^0.1.1",
"@virtuals-protocol/game-twitter-plugin": "^0.1.9"
},
"files": [
Expand Down