chore(Release): version 11.6.4

This commit is contained in:
SpaceEEC 2020-04-05 19:09:15 +02:00
parent 747d76de10
commit da39e858a1
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
## Example
```html
<script type="text/javascript" src="discord.11.6.2.min.js"></script>
<script type="text/javascript" src="discord.11.6.4.min.js"></script>
<script type="text/javascript">
const client = new Discord.Client();

View file

@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "11.6.3",
"version": "11.6.4",
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index",
"types": "./typings/index.d.ts",

2
typings/index.d.ts vendored
View file

@ -1,4 +1,4 @@
// Type definitions for discord.js 11.6.2
// Type definitions for discord.js 11.6.4
// Project: https://github.com/discordjs/discord.js
// Definitions by:
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)