Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discordjs/guide
The official guide for discord.js, created and maintained by core members of its community.
https://github.com/discordjs/guide
bot discord discord-app discord-bot discordjs guide hacktoberfest javascript js
Last synced: 3 days ago
JSON representation
The official guide for discord.js, created and maintained by core members of its community.
- Host: GitHub
- URL: https://github.com/discordjs/guide
- Owner: discordjs
- License: mit
- Created: 2017-07-05T00:53:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T10:36:39.000Z (3 months ago)
- Last Synced: 2024-10-29T15:14:56.381Z (3 months ago)
- Topics: bot, discord, discord-app, discord-bot, discordjs, guide, hacktoberfest, javascript, js
- Language: JavaScript
- Homepage: https://discordjs.guide
- Size: 18.9 MB
- Stars: 1,570
- Watchers: 36
- Forks: 2,311
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Discord.js Guide
Imagine a guide... that explores the many possibilities for your [discord.js](https://github.com/discordjs/discord.js) bot.
## About
This guide is aimed at users who are either unfamiliar or inexperienced with Node.js and creating Discord bots. It assumes you have a basic understanding of JavaScript.
There are many different subjects covered, such as:
- How to get a bot [up and running](https://discordjs.guide/preparations/) from scratch;
- How to properly [create](https://discordjs.guide/creating-your-bot/), [organize](https://discordjs.guide/creating-your-bot/command-handling.html), and expand on your commands;
- In-depth explanations and examples regarding popular topics (e.g. [reactions](https://discordjs.guide/popular-topics/reactions.html), [embeds](https://discordjs.guide/popular-topics/embeds.html), [canvas](https://discordjs.guide/popular-topics/canvas.html));
- Working with databases (e.g. [sequelize](https://discordjs.guide/sequelize/) and [keyv](https://discordjs.guide/keyv/));
- Getting started with [sharding](https://discordjs.guide/sharding/);
- And much more.## Contributing
If you're interested in contributing to the guide, you should check out our [GitHub Projects](https://github.com/discordjs/guide/projects) page or [open issues](https://github.com/discordjs/guide/issues). There's a [contribution guide](https://github.com/discordjs/guide/blob/main/CONTRIBUTING.md) you should read once you decide on what you want to contribute.