mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
11 lines
197 B
JavaScript
11 lines
197 B
JavaScript
const fs = require('fs');
|
|
|
|
module.exports = {
|
|
category: 'Examples',
|
|
name: 'Ping Pong',
|
|
data:
|
|
`\`\`\`js
|
|
${fs.readFileSync('./docs/custom/examples/ping_pong.js').toString('utf-8')}
|
|
\`\`\``,
|
|
};
|