https://github.com/xrenata/marbel
Marbel is a Discord bot designed to enhance your server experience with various features and commands.
https://github.com/xrenata/marbel
bot discord
Last synced: about 1 year ago
JSON representation
Marbel is a Discord bot designed to enhance your server experience with various features and commands.
- Host: GitHub
- URL: https://github.com/xrenata/marbel
- Owner: xrenata
- License: apache-2.0
- Created: 2024-09-25T18:15:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T21:49:44.000Z (about 1 year ago)
- Last Synced: 2025-03-29T22:27:23.483Z (about 1 year ago)
- Topics: bot, discord
- Language: JavaScript
- Homepage: https://emirhan.one
- Size: 51.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Marbel Discord Bot
Marbel is a Discord bot designed to enhance your server experience with various features and commands.
## Features
- Custom commands
- Moderation tools
- Fun and utility commands
## Getting Started
To get started with Marbel, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/xrenata/Marbel.git
cd Marbel
```
2. Install the required dependencies:
```sh
npm install
```
3. Create a `config.yml` file in the root directory with the following content:
```yaml
token: "your_secret_token"
clientId: 'your_clientId'
guildId: '' # Optional
databaseURL: 'mongodb://localhost:27017' # Required
status : {
type: 'online', # Options: 'online', 'idle', 'dnd', 'invisible'
activity: 'CustomStatus', # Options: 'Playing', 'Listening', 'Watching', 'CustomStatus'
text: 'Hello World!' # Required
}
dev: {
developers: ['937316083533230110'], # For admin, eval and reload commands
guildId: '1288559438675972159', # Required
blackListLog: '1288609577738178560', # Optional
}
```
4. Run the bot:
```sh
npm start
```
## Contributing
We welcome contributions! Please see our [contributing guidelines](CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.