Reputation: 1
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
Reputation: 162
You could use the core module fs
to make files (or a json file for your need)
Upvotes: 2