YoSmith1828
YoSmith1828

Reputation: 1

Discord.js create JSON file with server information

Using discord.json, is there any way I can create a json file containing all information for a specific server? (Roles, channels, etc.)

No, I’m not asking for code. I’m asking whether or not this would be possible and if there’s a function for it.

Upvotes: 0

Views: 115

Answers (1)

async
async

Reputation: 162

You could use the core module fs to make files (or a json file for your need)

Upvotes: 2

Related Questions