Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ruu3f/multipurpose-discord-bot
- Owner: Ruu3f
- License: mit
- Created: 2023-10-17T15:56:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:36:17.000Z (6 months ago)
- Last Synced: 2024-10-18T00:44:20.043Z (20 days ago)
- Topics: auto, automatic, automation, automod, bot, discord, discord-bot, discord-py, dpy, fun, info, information, moderation, python, text, utility
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```