mirror of
https://github.com/danbulant/discord.js
synced 2026-05-22 22:08:57 +00:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
module.exports = {
|
|
category: 'General',
|
|
name: 'Getting Started',
|
|
data:
|
|
`# Welcome!
|
|
discord.js is an easy-to-use and intuitive JavaScript library that wraps around the Discord API.
|
|
`,
|
|
};
|