mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
11.2.1
This commit is contained in:
parent
42c195c857
commit
d9f772cdc1
2 changed files with 3 additions and 3 deletions
|
|
@ -17,8 +17,8 @@
|
|||
</div>
|
||||
|
||||
# Welcome!
|
||||
Welcome to the discord.js v11.2.0 documentation.
|
||||
v11.2.0 fixes a lot of bugs we encountered along the 11.1.0 release, as well as support for new features such as Message Attachments and UserGuildSettings.
|
||||
Welcome to the discord.js v11.2 documentation.
|
||||
v11.2 fixes a lot of bugs we encountered along the 11.1.0 release, as well as support for new features such as Message Attachments and UserGuildSettings.
|
||||
|
||||
## About
|
||||
discord.js is a powerful [node.js](https://nodejs.org) module that allows you to interact with the
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord.js",
|
||||
"version": "11.2.0",
|
||||
"version": "11.2.1",
|
||||
"description": "A powerful library for interacting with the Discord API",
|
||||
"main": "./src/index",
|
||||
"types": "./typings/index.d.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue