mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
* Add user greeting example * Add welcome.js to index.yml * Reword greeting message * Update welcome.js * Rename welcome.js to greeting.js * Update index.yml
23 lines
425 B
YAML
23 lines
425 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: Web builds
|
|
path: web.md
|
|
- name: Examples
|
|
files:
|
|
- name: Ping
|
|
path: ping.js
|
|
- name: Avatars
|
|
path: avatars.js
|
|
- name: Server greeting
|
|
path: greeting.js
|
|
- name: Webhook
|
|
path: webhook.js
|