mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* Bring some docs up to date, as well as add a new example * Missed an exclamation mark * Do requested changes * Do suggestions * Same suggestions for the other examples * Show people that they can also use reply with embeds * Typos in embed.js example * Remove object example from embeds, too complex Suggested by Yukine * Some changes, some requested changes * Add moderation examples! * Add attachment examples * Missing dot * Fix spacing * Requested Changes * Quote consistency * Tfw you break the syntax
31 lines
611 B
YAML
31 lines
611 B
YAML
- name: General
|
|
files:
|
|
- name: Welcome
|
|
path: welcome.md
|
|
- name: Updating your code
|
|
path: updating.md
|
|
- name: FAQ
|
|
path: faq.md
|
|
- name: Topics
|
|
files:
|
|
- name: Voice
|
|
path: voice.md
|
|
- name: Web builds
|
|
path: web.md
|
|
- name: Examples
|
|
files:
|
|
- name: Ping
|
|
path: ping.js
|
|
- name: Avatars
|
|
path: avatars.js
|
|
- name: Attachments
|
|
path: attachments.md
|
|
- name: Server greeting
|
|
path: greeting.js
|
|
- name: Message Embed
|
|
path: embed.js
|
|
- name: Moderation
|
|
path: moderation.md
|
|
- name: Webhook
|
|
path: webhook.js
|