Remove API_URL from README since it confuses people.

This commit is contained in:
Paul
2021-09-16 15:33:56 +01:00
parent 7bb61d63d6
commit 10b2fcdbcf
+1 -3
View File
@@ -7,9 +7,7 @@
## Example Usage
```typescript
let client = new Client({
apiURL: process.env.API_URL
});
let client = new Client();
client.on('ready', async () =>
console.info(`Logged in as ${client.user!.username}!`)