macs = ['mac1', 'mac2', 'mac3', 'mac4']
command = "arp -an |grep '{0}'".format(r'\|'.join(macs))
intents = discord.Intents.all()
PREFIX = '!'
client = commands.Bot(command_prefix = PREFIX)
intents = discord.Intents.all()
discord.member = True #!!!
bot = commands.Bot(command_prefix="!", intents = intents) #!!!