I've been searching and tried pasting and modifying about everything on this website but here goes:
client.on("message", (message) => {
if (message.content == "?status on") {
if (message.author.roles.has(578319894039232558)) client.user.setActivity(`0.4.4 | ?help | being cool`);
}
});
I want to make only the owner of the server be able to turn the status from boot (none) to turning on no matter what I try it cant make role-specific.