fix(Readme): add missing semicolon (#1)

This commit is contained in:
Antonio Román
2020-08-31 18:06:11 +02:00
committed by GitHub
parent 7801efa9c7
commit 5e3e1016b5

View File

@@ -53,7 +53,7 @@ const { APIUserData } = require('discord-api-types');
```ts
// TypeScript/ES Module support
import { APIUserData } from 'discord-api-types'
import { APIUserData } from 'discord-api-types';
```
You should instead consider adding the API version you want to target by appending `/v*`, where the `*` represends the API version.