1client.users.cache.find(user => user.id === 'USER-ID')
1message.author.username
1client.users.cache.find(user => user.username == 'USERMAME')
1if(!message.author.id ==`329023088517971969` || !message.member.hasPermission(['MANAGE_GUILD'])) return message.channel.send(`You don't have the permissions to do this!`)
2<code here>
3
1848450884407918613