mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
chore(release): publish
This commit is contained in:
parent
20075e306b
commit
08865a98cd
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
```html
|
```html
|
||||||
<script type="text/javascript" src="discord.11.5.0.min.js"></script>
|
<script type="text/javascript" src="discord.11.6.2.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
const client = new Discord.Client();
|
const client = new Discord.Client();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "11.6.1",
|
"version": "11.6.2",
|
||||||
"description": "A powerful library for interacting with the Discord API",
|
"description": "A powerful library for interacting with the Discord API",
|
||||||
"main": "./src/index",
|
"main": "./src/index",
|
||||||
"types": "./typings/index.d.ts",
|
"types": "./typings/index.d.ts",
|
||||||
|
|
|
||||||
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
// Type definitions for discord.js 11.6.1
|
// Type definitions for discord.js 11.6.2
|
||||||
// Project: https://github.com/discordjs/discord.js
|
// Project: https://github.com/discordjs/discord.js
|
||||||
// Definitions by:
|
// Definitions by:
|
||||||
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)
|
// acdenisSK <acdenissk69@gmail.com> (https://github.com/acdenisSK)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue