mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 12:35:53 +00:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
const fs = require('fs');
|
|
|
|
module.exports = {
|
|
category: 'General',
|
|
name: 'FAQ',
|
|
data: fs.readFileSync('./docs/custom/documents/faq.md').toString('utf-8'),
|
|
};
|