So I am building a discord bot that has a server info command which shows info on a discord server and in the command I want to add a new field called Partnered. Is there a way I can find out whether a server is partnered or not using discord.js
In the future, please check the documentation before asking a question as this can save a lot of time.
On the guild object, there is a value partnered which will return either true or false depending on the partnership status.