Skip to content

Commit 0c07939

Browse files
authored
Update README.md
1 parent 7463615 commit 0c07939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Usage
88
```js
99

1010
const TCAPI = require('tcapi.js');
11-
const tcapi = new TCAPI('tcapi-token', 'clientid', guildcount, shardcount-optional);
11+
const tcapi = new TCAPI('tcapi_token', client);
1212

1313
tcapi.on('success', () => {
1414
console.log('Your bots stats have been posted');

0 commit comments

Comments
 (0)