mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 09:49:32 +00:00 
			
		
		
		
	Update premium.ts
This commit is contained in:
		@@ -3,7 +3,8 @@ module.exports = {
 | 
				
			|||||||
  async execute(msg, args, client) {
 | 
					  async execute(msg, args, client) {
 | 
				
			||||||
    if (!args[2])
 | 
					    if (!args[2])
 | 
				
			||||||
      return msg.channel.send(
 | 
					      return msg.channel.send(
 | 
				
			||||||
        client.messages.premiumState + client.global.db.guilds[args[2]].premium
 | 
					        client.messages.premiumState +
 | 
				
			||||||
 | 
					          client.global.db.guilds[msg.guild.id].premium
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
    if (msg.member.id !== client.config.devId)
 | 
					    if (msg.member.id !== client.config.devId)
 | 
				
			||||||
      return msg.channel.send(client.messages.onlyDev);
 | 
					      return msg.channel.send(client.messages.onlyDev);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user