| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Discord Music Bot</title>
- <link rel="shortcut icon" href="/logo.gif" type="image/gif" />
- <link
- href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
- rel="stylesheet"
- integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
- crossorigin="anonymous"
- />
- <link
- rel="stylesheet"
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"
- />
- <link
- rel="stylesheet"
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/fontawesome.min.css"
- />
- </head>
- <body>
- <section class="main">
- <!-- Navbar -->
- <nav class="navbar navbar-dark bg-dark">
- <div class="container-fluid">
- <a class="navbar-brand" href="#">
- <img
- src="/logo.gif"
- alt="Music Bot Logo"
- width="30"
- height="30"
- class="d-inline-block align-text-top"
- />
- Discord Music Bot
- </a>
- <button
- class="navbar-toggler"
- type="button"
- data-bs-toggle="collapse"
- data-bs-target="#navbarText"
- aria-controls="navbarText"
- aria-expanded="false"
- aria-label="Toggle navigation"
- >
- <span class="navbar-toggler-icon"></span>
- </button>
- <div class="d-flex nav-links">
- <div class="d-flex justify-content-center">
- <a class="nav-link active" aria-current="page" href="/">Home</a>
- <a class="nav-link" href="#features">Features</a>
- <a class="nav-link" href="#commands">Commands</a>
- </div>
- <a
- href="/dashboard"
- class="btn btn-outline-success me-2"
- type="button"
- >
- Dashboard
- </a>
- </div>
- <div class="collapse navbar-collapse" id="navbarText">
- <ul class="navbar-nav me-auto mb-2 mb-lg-0">
- <li class="nav-item">
- <a class="nav-link active" aria-current="page" href="/">Home</a>
- </li>
- <li class="nav-item">
- <a class="nav-link" href="#features">Features</a>
- </li>
- <li class="nav-item">
- <a class="nav-link" href="#commands">Commands</a>
- </li>
- </ul>
- </div>
- </div>
- </nav>
- <!-- End Navbar -->
- <!-- Hero entry 👌 -->
- <div class="hero">
- <div id="hero" class="text-center">
- <h1>Discord Music Bot</h1>
- <p>
- An advanced discord music bot, supports Spotify, Soundcloud, YouTube
- with Shuffling, Volume Control and Web Dashboard!
- </p>
- </div>
- </div>
- <!-- End Hero -->
- <!-- Features -->
- <div id="features" class="section-features">
- <div class="container">
- <div class="row justify-content-center text-center">
- <div class="col-md-10 col-lg-8">
- <div class="header-section">
- <h2 class="title">Exclusive <span>Features</span></h2>
- <p class="description">
- There are many Features in discord music bot! Every awesome
- features of this bot has been descirbed below check it out 😉
- </p>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-md-6 col-lg-4">
- <div class="single-service">
- <div class="part-1">
- <i class="fab fa-spotify"></i>
- <h3 class="title">Spotify, Sound Cloud, YouTube Support</h3>
- </div>
- <div class="part-2">
- <p class="description">
- Use your spotify playlist, youtube videos, yotube playlists
- and much more using this bot
- </p>
- </div>
- </div>
- </div>
- <div class="col-md-6 col-lg-4">
- <div class="single-service">
- <div class="part-1">
- <i class="fas fa-music"></i>
- <h3 class="title">Lag free music</h3>
- </div>
- <div class="part-2">
- <p class="description">
- Bot never lags while playing a song in a voice channel
- </p>
- </div>
- </div>
- </div>
- <div class="col-md-6 col-lg-4">
- <div class="single-service">
- <div class="part-1">
- <i class="fas fa-sliders-h"></i>
- <h3 class="title">Server Settings</h3>
- </div>
- <div class="part-2">
- <p class="description">
- Control your song looping song or queue, You can even change
- server prefix and server dj role
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- End Features -->
- <!-- Commands -->
- <div class="commands" id="commands">
- <div class="container">
- <h2 class="title text-center">Commands</h2>
- <table class="table table-dark">
- <thead>
- <tr>
- <th scope="col">Command</th>
- <th scope="col">Aliases</th>
- <th scope="col">Usage</th>
- <th scope="col">Description</th>
- </tr>
- </thead>
- <tbody id="commands-body"></tbody>
- </table>
- </div>
- </div>
- <!-- End Commands -->
- <!-- Footer -->
- <div class="footer">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <div class="copyright-text">
- <p>
- © 2021
- <a href="//github.com/SudhanPlayz/Discord-MusicBot"
- >Discord Music Bot</a
- >. All rights reserved. Made by
- <a href="//github.com/SudhanPlayz">Sudhan</a> and its
- <a
- href="//github.com/SudhanPlayz/Discord-MusicBot/graphs/contributors"
- >contributers</a
- >
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- End Footer -->
- </section>
- <script
- src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
- integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
- crossorigin="anonymous"
- ></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
- </body>
- <style>
- body {
- background: var(--bs-gray-dark);
- color: #fff;
- }
- .navbar-toggler {
- display: none;
- }
- .hero {
- margin-top: 5%;
- }
- .commands {
- margin-top: 100px;
- }
- .commands .title {
- position: relative;
- margin-bottom: 40px;
- padding-bottom: 25px;
- text-transform: uppercase;
- font-weight: 700;
- color: white;
- }
- .commands .title:before {
- content: "";
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- width: 140px;
- height: 1px;
- background-color: #f70037;
- }
- .commands .title:after {
- content: "";
- position: absolute;
- bottom: -1px;
- left: 50%;
- transform: translateX(-50%);
- width: 45px;
- height: 3px;
- background-color: #f70037;
- }
- @media only screen and (max-width: 630px) {
- .navbar-toggler {
- display: inherit;
- }
- .nav-links {
- display: none !important;
- }
- }
- #features {
- margin-top: 100px;
- }
- .section-features {
- padding-top: 110px;
- padding-bottom: 120px;
- background-color: #211f24;
- color: #fff;
- }
- .section-features .header-section {
- margin-bottom: 35px;
- }
- .section-features .header-section .title {
- position: relative;
- margin-bottom: 40px;
- padding-bottom: 25px;
- text-transform: uppercase;
- font-weight: 700;
- }
- .section-features .header-section .title:before {
- content: "";
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- width: 140px;
- height: 1px;
- background-color: #f70037;
- }
- .section-features .header-section .title:after {
- content: "";
- position: absolute;
- bottom: -1px;
- left: 50%;
- transform: translateX(-50%);
- width: 45px;
- height: 3px;
- background-color: #f70037;
- }
- .section-features .header-section .title span {
- color: #f70037;
- }
- .section-features .header-section .description {
- color: #6f6f71;
- }
- .section-features .single-service {
- margin-top: 40px;
- background-color: #24252a;
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
- }
- .section-features .single-service .part-1 {
- padding: 40px 40px 25px;
- border-bottom: 2px solid #1d1e23;
- }
- .section-features .single-service .part-1 i {
- margin-bottom: 25px;
- font-size: 50px;
- color: #f70037;
- }
- .section-features .single-service .part-1 .title {
- font-size: 17px;
- font-weight: 700;
- letter-spacing: 0.02em;
- line-height: 1.8em;
- }
- .section-features .single-service .part-2 {
- padding: 30px 40px 40px;
- }
- .section-features .single-service .part-2 .description {
- margin-bottom: 22px;
- color: #6f6f71;
- font-size: 14px;
- line-height: 1.8em;
- }
- .section-features .single-service .part-2 a {
- color: #fff;
- font-size: 14px;
- text-decoration: none;
- }
- .section-features .single-service .part-2 a i {
- margin-right: 10px;
- color: #f70037;
- }
- .footer {
- background: #192027;
- text-align: center;
- padding: 32px 0;
- }
- .footer p {
- margin: 0;
- line-height: 26px;
- font-size: 15px;
- color: #999;
- }
- .footer p a {
- color: #5867dd;
- text-decoration: none;
- }
- .footer p a:hover {
- color: #34bfa3;
- }
- ::-webkit-scrollbar {
- width: 15px;
- }
- ::-webkit-scrollbar-track {
- background: #192027;
- }
- ::-webkit-scrollbar-thumb {
- background: #5867dd;
- border-radius: 20px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #414ca1;
- }
- </style>
- <script>
- $(document).ready(() => {
- $.get("/api/info", (data) => {
- //check api/routes.js
- let url = `https://discord.com/oauth2/authorize?client_id=${
- data.ClientID
- }&permissions=${data.Permissions}&scope=bot%20${data.Scopes.join(
- "%20"
- )}&redirect_uri=${data.Website}${data.CallbackURL}&response_type=code`;
- $("#hero")
- .append(`<a href="${url}" class="btn btn-primary" type="button">Invite</a>
- <a href="/dashboard" class="btn btn-outline-primary" type="button">Dashboard</a>`);
- });
- $.get("/api/commands", (data) => {
- //same as above check it :eyes:
- data.commands.forEach((cmd) => {
- $("#commands-body").append(`
- <tr>
- <th scope="row">${cmd.name}</th>
- <td>${cmd.aliases ? cmd.aliases.join(", ") : "None"}</td>
- <td>${cmd.usage ? cmd.usage : "None"}</td>
- <td>${cmd.description ? cmd.description : "None"}</td>
- </tr>
- `);
- });
- });
- });
- </script>
- </html>
|