Astra-Development / Discord-Bot-List-v3

Free Discord Bot List Server List Website

Home Page:https://discord.gg/sQQFSnQhdt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Discord Bot List v3 Repository!

We are excited to announce that we will be sharing the source code of our project with the Discord community. This will be a valuable asset for anyone looking to create or improve their own Discord bot list, and we can't wait to see what amazing things you'll create with it!

About the Project

Our Discord Bot List v3 project is a comprehensive and feature-rich platform for listing and showcasing Discord bots. It offers a range of advanced features, including search and filter options, user ratings and reviews, and various customization options.

Table of Contents

Website Design Example

Note

The following images are in grid format. If you are or smaller device, you may need to scroll to see all the images.

Website Design Example Website Design Example
test

We have spent countless hours developing and improving this project, and we believe that it has the potential to be a game-changer for anyone looking to create a Discord bot list. Now, we want to share this project with you.

Startup

Install Dependencies

Windows:

npm install

Linux:

sudo npm install

Config Setup (Easy) - Setting up the configuration file

You should only need to change the port if you are using a different port for your server.

Important

The following steps will guide you through the process of setting up the configuration file for the Discord Bot List v3 project. (config.js)

Setting up the port (Required)
// Config.js Line 4 
const port = 3000;
Setting up the domain (Required)
// Config.js Line 7
// Enter the domain that you will use for the website.
const domain = 'https://astrabots.xyz';
Running on Local Host / Hosting Server (Required)
// Config.js Line 12

const localhosting = true; // If you are hosting on localhost, set this to true

// Config.js Line 12
const localhosting = false; // If you are hosting on a server, set this to false
Discord Developer Portal (Required)

Config Step 3

How to Get Involved

If you're interested in using our code, or if you have any ideas or suggestions, feel free to open an issue on our GitHub repository. Additionally, if you'd like to get notified of any updates or progress, be sure to start starring our repository at https://github.com/Astra-Development/Discord-Bot-List-v3.

Finally, we want to thank you for your interest in our project. We will be here to support each one of you as you work with our code, and we can't wait to see what amazing things you'll create! Don't hesitate to reach out if you need any help or support. Happy coding!

Disclaimer

Important: Please Read Before Use

Before you begin using this repository, we want to emphasize the following disclaimers:

  1. No Warranties or Guarantees: This code is provided on an as-is basis, without any warranties or guarantees. It is crucial to understand that using it is at your own risk.

  2. Respect for Credits: You are not allowed to remove any credits from this repository. Doing so is discouraged and considered unethical. It is a sign of respect for the original creators' work and the open-source community.

  3. Ethical Contribution: We strongly discourage anyone from attempting to remove or alter credits. This practice shows a lack of respect for the hard work put into this project and the open-source community. Be a responsible and ethical contributor to the open-source community!

Warning

Important Notice: Changes to Support Policy

Thank you for using our open-source project. To better > streamline support and foster a collaborative community, we > have made adjustments to our support policy.

We no longer offer 100% free support due to the observation > that some users were seeking finalized solutions without > actively contributing to the codebase. This shift aims to > encourage a more engaged and collaborative environment.

If you encounter any issues or have questions, we kindly ask > you to open an issue on our [GitHub repository](https://> github.com/your-repository). This allows our community to > address concerns collectively.

For immediate assistance, you can also visit our Discord > Server and seek help in the > #support channel. While we cannot guarantee full support, > we'll do our best to assist you.

Should you require more personalized and advanced support > for your project, we offer professional services. Feel free > to reach out for tailored assistance, and we'll be delighted > to collaborate on your project's success.

We appreciate your understanding and continued involvement > in our open-source community.

Contributors

We extend our sincere appreciation to the following individuals who have made valuable contributions to this project:


About

Free Discord Bot List Server List Website

https://discord.gg/sQQFSnQhdt

License:MIT License


Languages

Language:EJS 57.5%Language:JavaScript 42.5%