@hotspot_creations/discord-forge
v1.0.1
Published
Discord Forge is a modern Discord.js framework designed to simplify bot development while remaining flexible and scalable
Readme
Discord Forge
Forge powerful Discord bots with ease.
Discord Forge is a modern Discord.js framework designed to simplify bot development while remaining flexible and scalable. Built with developers in mind, it provides a complete solution for handling commands, interactions, events, permissions, cooldowns, validation, and more.
Features
- Slash Commands
- Prefix Commands
- Context Menus
- Buttons
- Select Menus
- Modals
- Event Handling
- Autocomplete
- Cooldowns
- Permissions
- Owner-Only Commands
- Guild-Only Commands
- Channel Restrictions
- Command Validation
- Aliases
- Per-Guild Prefixes
- Auto Command Registration
- Auto Loading
- Hot Reloading
- Beta/Test Server Support
- Plugin Friendly Architecture
Why Discord Forge?
Discord Forge removes repetitive setup and boilerplate code so you can focus on building features instead of infrastructure.
client.commands.create({
name: "ping",
description: "Check bot latency",
async execute(interaction) {
await interaction.reply("Pong!");
},
});Installation
npm install @hotspot_creations/discord-forge
Quick Start
import { ForgeClient } from "@hotspot_creations/discord-forge";
const client = new ForgeClient({
token: process.env.TOKEN,
prefix: "!",
});
client.start();Built-In Systems
- Commands
- Prefix Commands
- Slash Commands
- Context Menus
- Components
- Buttons
- Select Menus
- Modals
- Management
- Cooldowns
- Permissions
- Validation
- Aliases
- Guild Restrictions
- Owner Restrictions
- Developer Experience
- Automatic Command Loading
- Automatic Registration
- Hot Reloading
- Autocomplete
- Structured Logging
- Plugin Support
- Roadmap
- Dashboard Integration
- Localization System
- Distributed Sharding
- Plugin Marketplace
- Metrics & Analytics
- Webhook Manager
- Advanced Permission Engine
Support
Need help?
Join Hotspot Creations for support!
Built by Hotspot Creations ⚒️
Forge better Discord bots.
