AttributeError: module 'discord' has no attribute 'Channel'
@bot.command()
@commands.has_permissions(administrator=True)
async def desc_task(ctx, channel: discord.Channel, *, arg):
await channel.send(arg)
async def desc_task(ctx, channel: discord.TextChannel, *, arg):