mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
const fs = require('fs');
|
|
|
|
module.exports = {
|
|
category: 'General',
|
|
name: 'Updating your code',
|
|
data: fs.readFileSync('./docs/custom/documents/updating.md').toString('utf-8'),
|
|
};
|