https://github.com/nodecord/nodecord
A node.js wrapper for the Discord API
https://github.com/nodecord/nodecord
api bots discord discord-api framework javascript library node-wrapper nodejs testing
Last synced: about 1 year ago
JSON representation
A node.js wrapper for the Discord API
- Host: GitHub
- URL: https://github.com/nodecord/nodecord
- Owner: nodecord
- License: mit
- Created: 2018-10-21T06:29:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T00:52:52.000Z (about 5 years ago)
- Last Synced: 2025-05-10T09:25:29.178Z (about 1 year ago)
- Topics: api, bots, discord, discord-api, framework, javascript, library, node-wrapper, nodejs, testing
- Language: JavaScript
- Homepage:
- Size: 285 KB
- Stars: 21
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://discord.gg/BUGV4Er)
# Nodecord
A node.js API wrapper for the Discord API.
## Install
Nodecord can be installed through npm, provided a recent version of node.js is available.
```
npm install nodecord
```
## Contributing
Contributions are appreciated! Feel free to fork/clone and create a pull request for any changes made, or create an issue to further discuss minor/major/breaking changes. You can also [join our server](https://discord.gg/BUGV4Er) to discuss, if you'd like.
A general rule is to follow the existing style of code already in the repository, which includes using single quotes `'` and minimal compacting.
## Licence
(c) 2018 - 2019 ThatTonybo. Licenced under the MIT Licence, see the LICENCE file for more information.