Skip to content

Commit 6a87c72

Browse files
committed
docs: streamline discord bot and dashboard descriptions across documentation
1 parent 6cd8b92 commit 6a87c72

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Master-Bot 🤝
22

3-
Thank you for your interest in contributing to **Master-Bot**! Master-Bot is an open-source Discord music and utility monorepo featuring a full-featured web dashboard. We welcome contributions of all kinds—bug fixes, new features, documentation improvements, UI polish, and performance optimizations.
3+
Thank you for your interest in contributing to **Master-Bot**! Master-Bot is an open-source Discord music and utility bot with a full-featured web dashboard. We welcome contributions of all kinds—bug fixes, new features, documentation improvements, UI polish, and performance optimizations.
44

55
Please take a few moments to review this guide before opening an issue or submitting a pull request.
66

@@ -9,7 +9,7 @@ Please take a few moments to review this guide before opening an issue or submit
99
## 📑 Table of Contents
1010

1111
1. [Code of Conduct](#-code-of-conduct)
12-
2. [Monorepo Architecture](#-monorepo-architecture)
12+
2. [Project Architecture](#-project-architecture)
1313
3. [Prerequisites & Development Setup](#-prerequisites--development-setup)
1414
4. [Development Workflow](#-development-workflow)
1515
5. [Coding Standards & Conventions](#-coding-standards--conventions)
@@ -25,9 +25,9 @@ We are committed to providing a welcoming, inclusive, and harassment-free experi
2525

2626
---
2727

28-
## 🏗️ Monorepo Architecture
28+
## 🏗️ Project Architecture
2929

30-
Master-Bot is organized as a [Turborepo](https://turbo.build/) monorepo managed with [pnpm workspaces](https://pnpm.io/workspaces):
30+
Master-Bot is organized as a [Turborepo](https://turbo.build/) workspace managed with [pnpm](https://pnpm.io/workspaces):
3131

3232
| Package / App | Location | Technology Stack | Responsibility |
3333
| :--- | :--- | :--- | :--- |

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
88
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/galnir/Master-Bot/pulls)
99

10-
**Master-Bot** is a production-ready, high-performance Discord Music and Utility Bot monorepo featuring a full-featured **Next.js Web Dashboard**. Built with **TypeScript**, **Sapphire Framework**, **discord.js v14**, **Next.js 15**, **tRPC v11**, **Prisma ORM**, **Redis**, and **Lavalink v4**.
10+
**Master-Bot** is a production-ready, high-performance Discord Music and Utility Bot with a full-featured **Next.js Web Dashboard**. Built with **TypeScript**, **Sapphire Framework**, **discord.js v14**, **Next.js 15**, **tRPC v11**, **Prisma ORM**, **Redis**, and **Lavalink v4**.
1111

1212
---
1313

14-
## 🏗️ Architecture & Monorepo Structure
14+
## 🏗️ Project Architecture & Structure
1515

16-
Master-Bot is organized as a Turbo monorepo managed with `pnpm` workspaces:
16+
Master-Bot is organized as a Turborepo workspace managed with `pnpm`:
1717

1818
```text
1919
Master-Bot/

apps/dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The official web management portal and control center for **Master-Bot**, built
3939

4040
## 🚀 Running Locally
4141

42-
From the monorepo root:
42+
From the project root:
4343

4444
```bash
4545
# Development mode (launches Bot, Dashboard, and Lavalink)

wiki/Home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to the Master-Bot Wiki
22

3-
**Master-Bot** is a modern, production-grade Discord Bot and Next.js Web Dashboard monorepo built with **TypeScript**, **Sapphire Framework**, **tRPC v11**, **Prisma ORM**, **Next.js 15**, **Redis**, and **Lavalink v4**.
3+
**Master-Bot** is a modern, production-grade Discord Bot and Next.js Web Dashboard built with **TypeScript**, **Sapphire Framework**, **tRPC v11**, **Prisma ORM**, **Next.js 15**, **Redis**, and **Lavalink v4**.
44

55
---
66

@@ -15,7 +15,7 @@
1515

1616
## ⚡ Key Highlights
1717

18-
- **Monorepo Architecture:** Managed via `pnpm` workspaces and Turborepo (`apps/bot`, `apps/dashboard`, `packages/api`, `packages/auth`, `packages/db`).
18+
- **Workspace Architecture:** Managed via `pnpm` workspaces and Turborepo (`apps/bot`, `apps/dashboard`, `packages/api`, `packages/auth`, `packages/db`).
1919
- **🔨 Moderation Suite:** Built-in slash commands for `/ban`, `/kick`, `/slowmode`, `/timeout`, and `/purge` with permission hierarchy validation.
2020
- **🎫 Support Ticket System:** Thread-based ticket system with auto-posting panels, interactive button handlers (`ticket_create`, `ticket_close`), and secure transcript generation.
2121
- **📜 Multi-Category Audit Logging:** 18 granular event triggers configurable via the dashboard.

wiki/Setup-and-Deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ sudo systemctl enable --now postgresql redis
161161

162162
---
163163

164-
## 💻 Common Monorepo Setup & Workflow
164+
## 💻 Project Setup & Workflow
165165

166166
Once your operating system prerequisites are installed:
167167

0 commit comments

Comments
 (0)