Answers for "discord.js reading json object from json"

0

discord.js reading json object from json

// JSON File:
["Your Name 1","Your Name 2"]
// JavaScript File
const object = names.json;
if(objects.toLocalString().includes('Your Name 1')) {
	console.log(true);
} else	{
	console.log(false);
}
Posted by: Guest on September-20-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language