We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7463615 commit 0c07939Copy full SHA for 0c07939
README.md
@@ -8,7 +8,7 @@ Usage
8
```js
9
10
const TCAPI = require('tcapi.js');
11
-const tcapi = new TCAPI('tcapi-token', 'clientid', guildcount, shardcount-optional);
+const tcapi = new TCAPI('tcapi_token', client);
12
13
tcapi.on('success', () => {
14
console.log('Your bots stats have been posted');
0 commit comments