mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
const fs = require('fs');
|
|
|
|
module.exports = {
|
|
category: 'General',
|
|
name: 'Welcome',
|
|
data: fs.readFileSync('./docs/custom/documents/welcome.md').toString('utf-8'),
|
|
};
|