mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
readme update
This commit is contained in:
parent
8de8b6d20e
commit
af22935c47
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
# discord.js
|
# discord.js
|
||||||
Discord.js is a node module that allows you to interface with the [Discord](https://discordapp.com/) API for creation of things such as bots or loggers.
|
Discord.js is a node module that allows you to interface with the [Discord](https://discordapp.com/) API for creation of things such as bots or loggers.
|
||||||
|
|
||||||
|
The aim of this API is to make it *really* simple to start developing your bots. This API has server, channel and user tracking, as well as tools to make identification really simple.
|
||||||
|
|
||||||
|
**[For more information, click here.](https://github.com/hydrabolt/discord.js/wiki)**
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
``npm install discord.js``
|
``npm install discord.js``
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue