https://github.com/ronieremarques/discordbotforsales
A complete bot for users who use Discord to sell products/services open source. Customize it any way you want!
https://github.com/ronieremarques/discordbotforsales
discord-js open-source
Last synced: 2 months ago
JSON representation
A complete bot for users who use Discord to sell products/services open source. Customize it any way you want!
- Host: GitHub
- URL: https://github.com/ronieremarques/discordbotforsales
- Owner: ronieremarques
- License: mit
- Created: 2025-04-01T20:21:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T03:10:12.000Z (2 months ago)
- Last Synced: 2025-04-04T03:26:56.531Z (2 months ago)
- Topics: discord-js, open-source
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Bot For Sales
A powerful Discord bot designed to automate and manage sales through Discord servers. Perfect for digital product sellers, service providers, and community managers.

## 🌟 Features- **Automated Ticket System**
- Custom ticket creation
- Private threads for each customer
- Configurable ticket categories- **Payment Integration**
- PIX payment support (Brazilian payment method)
- Payment proof verification
- Automated payment validation- **Voice Channel Management**
- Automatic voice channel connection
- Voice status monitoring
- Channel configuration options- **Sales Management**
- Sales channel configuration
- Delivery confirmation system
- Transaction history## 📋 Requirements
- Node.js 16.9.0 or higher
- MongoDB database
- Discord Bot Token
- Discord.js v14## 🚀 Installation
1. Clone the repository:
```bash
git clone https://github.com/ronieremarques/DiscordBotForSales.git
```2. Install dependencies:
```bash
cd DiscordBotForSales
npm install
```3. Create a `.env` file with your credentials:
```env
DISCORD_TOKEN=your_bot_token_here
MONGO_URI=your_mongodb_uri_here
```4. Start the bot:
```bash
npm start
```## 💻 Commands
- `/ticket` - Creates a ticket embed with configuration options
- `/connect` - Connects the bot to a voice channel
- More commands coming soon!## ⚙️ Configuration
The bot uses a configuration system that can be managed through Discord commands:
- Ticket system customization
- Sales channel setup
- PIX key configuration
- Voice channel settings## 🔒 Security
- Admin-only configuration commands
- Secure payment verification system
- Private ticket threads
- Permission-based access control## 🤝 Support
Need help? Join our Discord support server:
[Click here to join](https://discord.gg/fTWS6D4qCk)## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🤝 Contributing
1. Fork the repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create a new Pull Request## ⚠️ Disclaimer
This bot is provided "as is" without warranty of any kind. Use at your own risk.
## 📞 Contact
- Discord Support Server: [Join Here](https://discord.gg/fTWS6D4qCk)
- Report Issues: [GitHub Issues](https://github.com/ronieremarques/DiscordBotForSales/issues)---
Made with ❤️ for the Discord community