mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
7 lines
172 B
JavaScript
7 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'),
|
|
};
|