Git Product home page Git Product logo

website's Introduction

Paradise Bot List

Source code for the Paradise Bot List Website

The official Paradise Bot List site has been shut down temporarily!


Features

- Upvoting for Bots
- Certification program for bots
- Vanity URL for Certified Bots
- Builtin Partner Program
- Post Server Count API
- API to Fetch Bot Info
- Custom bot pages
- Webhook updates for bots 
- Markdown and HTML Long Description
- Custom Bot Invite Link
- Custom Bot Website Link
- Search Panel/Feature
- Basics Mobile Support 
- Custom Tags for bots
- Custom Bot Support Link
- Support for Themes (Pending setup)

Stack Info

  • This Website/Code may be Outdated or use Deprecated Library's
  • I will Update the code as often as possible but you are also welcome to commit changes and Open a PR

Self Hosting

  1. Download or Fork this Repo
  2. Edit the Values in config.js (Examples Below)
  3. Update Staff List on line 310 of dashboard/dashboard.js
  4. Run npm install and wait for it to finish.
  5. Run npm start both in Hosted and Locally to start the Website and Client.

Config Setup

exports.port=8080, // The PORT for your Webserver
exports.token="SomeSuperSecretTokenYes", // Your Discord Client Token
exports.domain="https://somesite.com", // Your website domain
exports.clientSecret="", // Your Discord Client Secret
exports.id=process.env.id || "123456789101112131417", // Your Discord Client ID
exports.owners=[ // Array of Bot List Owners
    "510065483693817867"
]
exports.higherStaff=[ // Array of Bot List Staff
    "510065483693817867"
]
exports.partneredUsers=[ // Array of Partnered Users
    "510065483693817867"
]
exports.partneredBots=[ // Array of Partnered Bots
    "510065483693817867"
]
exports.certifiedBots=[ // Array of Certified Bots
    "510065483693817867"
]
exports.votingBanned=[ // Array of Vote Banned Users
    "510065483693817867"
]
exports.botlogs="123456789101112131417" // Bot Logs Channel ID
exports.reportslog="123456789101112131417" // Report Logs Channel ID
exports.bot_reportslog="123456789101112131417" // Report Logs Channel ID
exports.votelogs="123456789101112131417" // Vote Logs Channel ID
exports.guildid="123456789101112131417" // Your Bot List Guild ID
exports.testingid="123456789101112131417" // Bot Testing Server ID
exports.modlog="123456789101112131417" // Approval/Denial Logs Channel ID
exports.certifiedLogs="123456789101112131417" // Certified Bots Log Channel ID
exports.staff="123456789101112131417" // Bot List Staff Role ID
exports.staffTrial="123456789101112131417" // Trial Staff Role ID
exports.web_admin="123456789101112131417" // Web Admin Role ID
exports.verifiedbots="123456789101112131417" // Verified Bots Role ID
exports.verifieddevs="123456789101112131417" // Verified Devs Role ID
exports.pendingbots="123456789101112131417" // Pending Bots Role ID
exports.certified_devs="123456789101112131417" // Certified Devs Role ID
exports.certified_bots="123456789101112131417" // Certified Bots Role ID
exports.maintenance="Disabled" // Website Maintenance Mode (Enabled or Disabled)

/** WEBSITE STUFF **/
exports.borderStats=process.env.borderStats || 'true' // Add Bordered Stats to the Stats Page
exports.apiVersion=process.env.apiVersion || 'v1.0.8' // The Current Bot List API Version
exports.botVersion=process.env.botVersion || 'v2.2.0' // The Current Discord Bot Version
exports.webVersion=process.env.webVersion || 'v2.4.0' // The Current Website Version
exports.djsVersion=process.env.djsVersion || 'v12.2.0' // Discord.js Version
exports.nodeVersion=process.env.nodeVersion || 'v12.16.3' // Node Version

exports.linkedStatus = '123456789101112131417' // Role users get for having your Domain in their status 

Support

If you need support, Want to request a feature or anything of the sort please feel free to open a Issue or Pull Request.

website's People

Contributors

connor200024 avatar therealtoxicdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.