Esdeath
Esdeath Discord Bot
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Esdeath — Long Description</title>
<style>
:root{
--ink:#0b0f1a; --ink2:#0f1424; --fg:#f8fafc;
--purple:#7c3aed; --cyan:#06b6d4; --muted:#b7c0d1;
}
*{box-sizing:border-box}
body{
margin:0; color:var(--fg);
font: 16px/1.55 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
background:
radial-gradient(1200px 700px at 12% -10%, rgba(124,58,237,.18), transparent 60%),
radial-gradient(1200px 700px at 100% 110%, rgba(6,182,212,.15), transparent 55%),
linear-gradient(180deg,var(--ink),var(--ink2));
padding: 28px 16px 60px;
}
.wrap{
max-width: 880px; margin: 0 auto;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border: 1px solid rgba(255,255,255,.08);
border-radius: 18px; padding: 24px 22px;
box-shadow: 0 18px 55px rgba(5,8,20,.45);
position: relative; overflow:hidden;
}
.wrap:after{
content:""; position:absolute; inset:0; pointer-events:none;
border-radius:18px;
box-shadow: inset 0 0 0 2px rgba(124,58,237,.25), inset 0 0 0 4px rgba(6,182,212,.15);
}
.badge{
display:inline-block; padding:8px 12px; border-radius:999px;
background: linear-gradient(90deg, rgba(124,58,237,.35), rgba(6,182,212,.35));
font-weight:700; font-size:12px; letter-spacing:.6px; text-transform:uppercase;
box-shadow:0 6px 16px rgba(0,0,0,.35);
}
h1{
margin:14px 0 6px; font-size: clamp(26px, 3.6vw, 44px);
line-height:1.05; letter-spacing:.3px;
text-shadow: 0 10px 30px rgba(0,0,0,.45);
}
.sub{
color: var(--muted); margin: 0 0 18px; font-weight:600;
font-size: clamp(14px, 1.6vw, 18px);
}
.pillset{ display:flex; flex-wrap:wrap; gap:8px; margin:12px 0 8px;}
.pill{
padding:8px 12px; border-radius:12px; font-weight:600; font-size:14px;
background: linear-gradient(90deg, rgba(124,58,237,.24), rgba(6,182,212,.20));
box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
section{ margin: 22px 0 10px; }
h2{
margin:0 0 10px; font-size: clamp(18px, 2.2vw, 24px);
}
p{ margin:10px 0; }
.grid{
display:grid; gap:12px;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.card{
padding:14px; border-radius:14px;
background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
border:1px solid rgba(255,255,255,.08);
}
.card h3{ margin:4px 0 6px; font-size:18px }
.muted{ color:var(--muted) }
.list{ padding-left:18px; margin:8px 0 }
.list li{ margin:6px 0 }
.example{
display:flex; gap:10px; flex-wrap:wrap; margin-top:6px
}
.chip{
padding:6px 10px; border-radius:10px; font-weight:700; font-size:13px;
background: rgba(6,182,212,.14); border:1px solid rgba(6,182,212,.25)
}
.cta{
margin-top: 18px; display:flex; flex-wrap:wrap; gap:8px;
}
.btn{
text-decoration:none; color:var(--fg); font-weight:800; letter-spacing:.2px;
padding:10px 14px; border-radius:12px; display:inline-block;
background: linear-gradient(90deg, rgba(124,58,237,.55), rgba(6,182,212,.55));
border:1px solid rgba(255,255,255,.14);
box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.btn.secondary{
background: linear-gradient(90deg, rgba(124,58,237,.22), rgba(6,182,212,.22));
font-weight:700;
}
footer{ margin-top: 18px; font-size:14px; color:var(--muted) }
</style>
</head>
<body>
<main class="wrap">
<span class="badge">Update</span>
<h1>Esdeath — Build Your Empire</h1>
<p class="sub">Passive businesses · Custom shops · Jobs & mini-games · Dynamic stock market</p>
<div class="pillset">
<span class="pill">💼 Passive Income</span>
<span class="pill">🛒 Custom Shops</span>
<span class="pill">⚡ Jobs</span>
<span class="pill">🎲 Mini-Games</span>
<span class="pill">📈 Stock Market</span>
</div>
<section>
<h2>🚀 Latest Update</h2>
<div class="grid">
<div class="card">
<h3>Business Investments</h3>
<p>Buy properties that generate <b>daily Crystals</b> on a <b>24-hour cooldown</b>. Stack multiple to grow income.</p>
<div class="example">
<span class="chip">🎰 Casino → +30,000 💎 / day</span>
<span class="chip">🏨 Hotel → +80,000 💎 / day</span>
</div>
</div>
<div class="card">
<h3>Custom Shops</h3>
<p>Create server-exclusive items with simple <b>name</b> + <b>price</b>. No stats, no fuss — perfect for themes and roleplay.</p>
</div>
<div class="card">
<h3>📈 Stock Market</h3>
<p>Invest in real-like stocks: <b>GME</b>, <b>AMZN</b>, <b>TSLA</b>, and <b>AAPL</b>. Prices <b>refresh every 24 hours</b>, creating endless opportunities to buy low and sell high.</p>
<div class="example">
<span class="chip">📈 GME → 320 💎</span>
<span class="chip">📦 AMZN → 2,050 💎</span>
<span class="chip">🚗 TSLA → 1,480 💎</span>
<span class="chip">🍏 AAPL → 980 💎</span>
</div>
</div>
</div>
</section>
<section>
<h2>🛠️ Core Features</h2>
<div class="grid">
<div class="card">
<h3>💼 Passive Businesses</h3>
<p class="muted">Shops, Cafés, Studios, Casinos, Restaurants, Hotels, Tech Companies — each pays daily after cooldown.</p>
</div>
<div class="card">
<h3>🛒 Custom Shops</h3>
<p class="muted">Server owners define items and prices. Keep it simple, keep it fun.</p>
</div>
<div class="card">
<h3>⚡ Jobs & Dailies</h3>
<p class="muted">Work commands, streak bonuses, and quick rewards to kickstart wallets.</p>
</div>
<div class="card">
<h3>🎲 Mini-Games & Reactions</h3>
<p class="muted">Chat-friendly games and fun reactions to keep channels buzzing.</p>
</div>
</div>
</section>
<section>
<h2>🧭 Getting Started</h2>
<ol class="list">
<li>Invite <b>Esdeath</b> to your server.</li>
<li>Use <code>/cmds</code> for the full command list.</li>
<li>Start working, investing, and collecting your daily payouts.</li>
</ol>
<div class="cta">
<a class="btn" href="#" onclick="return false;">Invite Esdeath</a>
<a class="btn secondary" href="#" onclick="return false;">/help</a>
</div>
</section>
<footer>
Esdeath makes economies easy: invest, trade, collect, and keep the chat lively — one daily payout at a time.
</footer>
</main>
</body>
</html>
Reviews
No reviews yet.