mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
9 lines
192 B
JavaScript
9 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.
|
|
`,
|
|
};
|