Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruu3f/multipurpose-discord-bot

A Discord bot with everything you need.
https://github.com/ruu3f/multipurpose-discord-bot

auto automatic automation automod bot discord discord-bot discord-py dpy fun info information moderation python text utility

Last synced: 1 day ago
JSON representation

A Discord bot with everything you need.

Awesome Lists containing this project

README

        

# multipurpose-discord-bot
A Discord bot with everything you need.

## Support this repository:
- ⭐ **Star the project:** Star this project. It means a lot to me! 💕

## Getting Started:

1. **Download the Source Code:** Start by downloading the bot's source code.

2. **Install Dependencies:** Open your terminal and run:
```pip install -r requirements.txt```

3. **Application Setup:**
- Create a new application on the [Discord Developer Portal](https://discord.com/developers).
- In the app's settings, enable the `message content` and `server members` intents and copy the token.

4. **Add Your Bot Token:** Paste the copied token in config.json:
```json
"token": "",
```

6. **Run the Bot:** Open your terminal and run:
```python bot.py```