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.
Follow these steps to set up your database quickly using Docker:
-
Install Docker
If you don't already have Docker installed, follow the instructions in the Docker Documentation to set it up. -
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.
-
Clone the Repository
Ensure you have the repository containing thedocker-compose.yml
file. -
Run Docker Compose
Open a terminal in the directory containing thedocker-compose.yml
file and run:docker-compose up
Follow these steps to create your Discord bot application and obtain your bot credentials:
-
Visit the Discord Developer Portal
Go to the Discord Developer Portal. -
Create a New Application
- Click the "New Application" button.
- Give your application a name and click "Create".
-
Set Up Your Bot
- Navigate to the "Bot" tab on the left-hand menu.
- Click "Add Bot", then confirm by clicking "Yes, do it!".
-
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.
-
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.
-
Configure Your Bot
Add the credentials to the.env
file: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.
If you have any questions, suggestions, or feedback, feel free to reach out to us on Discord!
- Discord: Join our server
Thank you for choosing FluffBoost to add motivation and positivity to your Discord server!
Made with ❤️ by MrDemonWolf, Inc.