How do I create commands that are only available to administrators in discord py?
async def 청소(ctx, amout:int): await ctx.channel.purge(limit=amout) p