-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ANIL SUTHAR edited this page Dec 9, 2025
·
3 revisions
Welcome to BleedX! π
BleedX is a powerful, multi-purpose Discord bot designed to manage your server with style and efficiency. It features a robust economy system, social profiles, advanced moderation, and much more.
- π° Global Economy: Banking, work, robbery, and shop systems.
- β€οΈ Social & OwO: Profiles, marriage, family trees, and anime interactions.
- π‘οΈ Moderation: Ban, kick, timeout, nuke, and auto-mod.
- π« Ticket System: Professional button-based support tickets.
- π Leveling: XP system with custom rank cards.
- π¨ Web Dashboard: View commands and stats online.
Follow these steps to self-host BleedX on your own machine or VPS.
- Node.js v16.9.0 or higher
- Git
- A Discord Bot Token (Get it here)
-
Clone the Repository:
git clone https://github.com/yourusername/bleedx.git cd bleedx -
Install Dependencies:
npm install
-
Configure Environment:
- Rename
.env.exampleto.env. - Fill in your details:
TOKEN=your_bot_token CLIENT_ID=your_client_id MONGO_URI=your_mongodb_connection_string (if applicable)
- Rename
-
Start the Bot:
npm start
Prefix: s? (Default)
| Command | Description |
|---|---|
s?balance |
Check your wallet and bank balance. |
s?deposit <amount> |
Deposit money into your bank. |
s?withdraw <amount> |
Withdraw money from your bank. |
s?pay <user> <amount> |
Transfer money to another user. |
s?work |
Work to earn money. |
s?rob <user> |
Attempt to rob a user. |
| Command | Description |
|---|---|
s?profile |
View your profile card. |
s?setbio <text> |
Set your profile biography. |
s?marry <user> |
Propose to a user. |
s?family |
View your family tree. |
s?quote <text> |
Generate a fake quote image. |
| Command | Description |
|---|---|
s?ban <user> |
Ban a user. |
s?kick <user> |
Kick a user. |
s?timeout <user> |
Timeout a user. |
s?nuke |
Delete and recreate the channel. |
You can customize the bot's behavior by editing config.json or using in-bot commands.
{
"prefix": "s?",
"ownerId": "YOUR_ID",
"embedColor": "#5865F2"
}-
Set Welcome Channel:
s?setup welcome #channel -
Set Ticket Panel:
s?tsetup(Run in the desired channel)
1. Bot is online but not responding?
- Check if the bot has the
Administratorpermission. - Ensure you are using the correct prefix (
s?). - Check the console for errors.
2. "Missing Permissions" Error?
- The bot's role must be higher than the user/role it is trying to manage in the Server Settings > Roles list.
3. Database Errors?
- Delete
data/bot.sqlite(Warning: Resets data) to regenerate the database if it's corrupted.
Need more help? Join our Support Server.