#addredm
@client.command()
@commands.has_any_role(729950835337068647, 729950921940795423, 729951156704509994, 729950838038200370, 729951436867108904, 729951576004755497)
async def mp_red(ctx):
wmc_channel = client.get_channel(748679966361863485)
await wmc_channel.send('11111')
await wmc_channel.send('11111')
AttributeError: 'NoneType' object has no attribute 'send'
@client.command()
@commands.has_any_role(729950835337068647, 729950921940795423, 729951156704509994, 729950838038200370, 729951436867108904, 729951576004755497)
async def mp_red(ctx, guild: discord.Guild = None):
wmc_channel = discord.utils.get(guild.channels, id = 748679966361863485)
await wmc_channel.send('11111')