ban-hammer-script
# 2. Role hierarchy check (can't ban someone higher than you) if member.top_role >= ctx.author.top_role: await ctx.send("❌ That user's role is too high to ban.") return
await member.ban(reason=reason) await ctx.send(f"🔨 {member} banned for {duration}. Unbanning in progress...")
# Replace the standard response with this: await ctx.send(f"💢 **CRITICAL HIT!** 💢\n" f"═══════════════════\n" f"🔨 **{member}**\n" f"➡️ Status: **BANISHED**\n" f"📝 Reason: {reason}\n" f"👑 Judge: {ctx.author}\n" f"═══════════════════\n" f"*The server trembles...*")