Update command count and add AI commands to documentation
Updates the command count from 74+ to 75+ across multiple files, introduces new AI-related commands to the commands page, and adjusts meta descriptions and keywords accordingly. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: a3e1a426-ce5a-4e60-8cde-2aa4cda6c3f4 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/3tJ1Z1J Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
8f198b393b
commit
3336f2d33a
2 changed files with 18 additions and 6 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Commands | AeThex Warden - Discord Bot</title>
|
||||
<meta name="description" content="Complete list of all 70+ Warden Discord bot commands organized by category. Leveling, moderation, fun, economy, and admin commands.">
|
||||
<meta name="keywords" content="Discord bot commands, slash commands, moderation commands, leveling commands, fun commands, economy commands, admin commands">
|
||||
<meta name="description" content="Complete list of all 75+ Warden Discord bot commands organized by category. Leveling, moderation, fun, economy, AI, and admin commands.">
|
||||
<meta name="keywords" content="Discord bot commands, slash commands, moderation commands, leveling commands, fun commands, economy commands, admin commands, AI commands">
|
||||
<meta name="author" content="AeThex">
|
||||
<meta name="robots" content="index, follow">
|
||||
<link rel="canonical" href="https://bot.aethex.dev/commands">
|
||||
|
|
@ -13,14 +13,14 @@
|
|||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://bot.aethex.dev/commands">
|
||||
<meta property="og:title" content="Commands | AeThex Warden - Discord Bot">
|
||||
<meta property="og:description" content="Complete list of all 70+ Warden Discord bot commands organized by category. Leveling, moderation, fun, economy, and admin commands.">
|
||||
<meta property="og:description" content="Complete list of all 75+ Warden Discord bot commands organized by category. Leveling, moderation, fun, economy, AI, and admin commands.">
|
||||
<meta property="og:image" content="https://bot.aethex.dev/og-image.png">
|
||||
<meta property="og:site_name" content="AeThex Warden">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:url" content="https://bot.aethex.dev/commands">
|
||||
<meta name="twitter:title" content="Commands | AeThex Warden - Discord Bot">
|
||||
<meta name="twitter:description" content="Complete list of all 70+ Warden Discord bot commands organized by category.">
|
||||
<meta name="twitter:description" content="Complete list of all 75+ Warden Discord bot commands organized by category.">
|
||||
<meta name="twitter:image" content="https://bot.aethex.dev/og-image.png">
|
||||
|
||||
<meta name="theme-color" content="#6366f1">
|
||||
|
|
@ -323,7 +323,7 @@
|
|||
|
||||
<div class="page-header">
|
||||
<h1>All <span class="text-gradient">Commands</span></h1>
|
||||
<p>74+ slash commands to power your community. Click a category to explore.</p>
|
||||
<p>75+ slash commands to power your community. Click a category to explore.</p>
|
||||
</div>
|
||||
|
||||
<div class="tabs-container">
|
||||
|
|
@ -629,6 +629,18 @@
|
|||
<div class="command-name">/help [command]</div>
|
||||
<div class="command-desc">Get help with commands</div>
|
||||
</div>
|
||||
<div class="command-card">
|
||||
<div class="command-name">/ai chat [message]</div>
|
||||
<div class="command-desc">Chat with AeThex AI assistant</div>
|
||||
</div>
|
||||
<div class="command-card">
|
||||
<div class="command-name">/ai image [prompt]</div>
|
||||
<div class="command-desc">Generate images with AI</div>
|
||||
</div>
|
||||
<div class="command-card">
|
||||
<div class="command-name">/ai clear</div>
|
||||
<div class="command-desc">Clear your AI conversation history</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -568,7 +568,7 @@
|
|||
<div class="stat-label">Unified Profiles</div>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<div class="stat-value">74+</div>
|
||||
<div class="stat-value">75+</div>
|
||||
<div class="stat-label">Commands</div>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
|
|
|
|||
Loading…
Reference in a new issue