.setDescription("Toggle a server as VIP. This grants a few small bonuses to your server that you can't get anywhere else!\n\nWant to become a VIP? Support the bot by [joining the support server](), donating to the bot's creators, or promoting/spreading the bot to other servers.")
.addField("Syntax","`vip <add|remove|check>`")
.addField("Notice","This command is **developer-only**."),
meta:{
category:'Developer',
description:"Set server VIP status",
syntax:'`vip <add|remove|check>`',
extra:"This command is mostly cosmetic as there are no real perks *yet*"
if(!client.developers.includes(message.author.id)&&!['check','c','view','v'].includes(args[0])){returnmessage.reply("Unfortunately, this is a **developer-only command**!");}
constGuildSettings=require('../../models/guild');
constlogemb=(act)=>newDiscord.MessageEmbed()
.setAuthor(`VIP Server ${act}`,message.author.avatarURL())
.setDescription("A Server's VIP status was updated.")