#The application did not respond

1 messages · Page 1 of 1 (latest)

placid adder
#
async def kick(ctx, member: discord.Member):


    if ctx.author.guild_permissions.kick_members:
        await member.kick()
        await ctx.send(f"{member.mention} has been kicked from the server!")
    else:
        await ctx.send("You don't have the required permissions to kick a member.")```
#

that the code

compact wave
#

instead of ctx.send

placid adder
#

that it?

#

ok thanks