import discord from discord.ext import commands client = commands.Bot(command_prefix = ".") @client.command() async def clear(ctx): await ctx.channel.purge()#deletes all messages