https://github.com/mrdemonwolf/community-bot-discord
Community Discord bot for MrDemonWolf, Inc. Community
https://github.com/mrdemonwolf/community-bot-discord
discordjs nodejs
Last synced: 3 months ago
JSON representation
Community Discord bot for MrDemonWolf, Inc. Community
- Host: GitHub
- URL: https://github.com/mrdemonwolf/community-bot-discord
- Owner: MrDemonWolf
- License: mit
- Created: 2025-01-02T21:59:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T21:05:24.000Z (5 months ago)
- Last Synced: 2025-01-20T21:46:34.865Z (5 months ago)
- Topics: discordjs, nodejs
- Language: TypeScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐺 Community Bot for MrDemonWolf, Inc. - Discord 🐾

Join our community across various platforms! Discover more about us, get the latest updates, and engage with our content. Built by a passionate furry web developer, MrDemonWolf, who loves tech, gaming, and creating engaging experiences for the community.
---
## Getting Started
### Setting Up the Database
Follow these steps to set up your database quickly using Docker:
#### Prerequisites
1. **Install Docker**
If you don't already have Docker installed, follow the instructions in the [Docker Documentation](https://docs.docker.com/get-docker/) to set it up.2. **Install Docker Compose**
Docker Compose is usually included with Docker Desktop. If you need to install it separately, follow the guide in the [Docker Compose Documentation](https://docs.docker.com/compose/install/).#### Steps to Run the Database
1. **Clone the Repository**
Ensure you have the repository containing the `docker-compose.yml` file.2. **Run Docker Compose**
Open a terminal in the directory containing the `docker-compose.yml` file and run:
```bash
docker-compose up
```---
### Setting Up Discord Bot Integration
Follow these steps to create your Discord bot application and obtain your bot credentials:
1. **Visit the Discord Developer Portal**
Go to the [Discord Developer Portal](https://discord.com/developers/applications).2. **Create a New Application**
- Click the **"New Application"** button.
- Give your application a name and click **"Create"**.3. **Set Up Your Bot**
- Navigate to the **"Bot"** tab on the left-hand menu.
- Click **"Add Bot"**, then confirm by clicking **"Yes, do it!"**.4. **Copy Your Credentials**
- Under the **"General Information"** tab, copy the **Application ID** and **Public Key**.
- Under the **"Bot"** tab, click **"Reset Token"**, then **"Yes, do it!"** to generate a new bot token.
- Copy the **Bot Token**.5. **Add Your Bot to a Server**
- Navigate to the **"OAuth2"** tab.
- Under **"OAuth2 URL Generator"**, select the **"bot"** scope.
- Assign appropriate permissions for your bot using the **"Bot Permissions"** section.
- Copy the generated URL and open it in your browser to invite the bot to your server.6. **Configure Your Bot**
Add the credentials to the `.env` file:
```env
DISCORD_APPLICATION_ID=your-application-id
DISCORD_APPLICATION_PUBLIC_KEY=your-public-key
DISCORD_BOT_TOKEN=your-bot-token
```---
**Note:** Ensure you keep your bot credentials secure. Do not share them publicly.
---
## License

---
## Contact
If you have any questions, suggestions, or feedback, feel free to reach out to us on Discord!
- Discord: [Join our server](https://mrdwolf.com/discord)
Thank you for choosing FluffBoost to add motivation and positivity to your Discord server!
Made with ❤️ by [MrDemonWolf, Inc.](https://www.mrdemonwolf.com)