mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00: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
22 lines
425 B
YAML
22 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
|