mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-29 23:00:08 +00:00
fix(Readme): add missing semicolon (#1)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user