12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <link href="https://fonts.googleapis.com/css?family=Roboto|Ubuntu" rel="stylesheet">
- <link rel="stylesheet" href="css/sBot.css">
- <link rel="icon" href="https://sv443.net/cdn/sBot/pfp2.png">
- <script src="https://cdn.jsdelivr.net/gh/Sv443/jslib@1/jslib.js" data-jsl_disablewatermark="false"></script>
- <script src="js/sBot.js"></script>
- <base target="blank_">
- <title>Invite sBot to your Discord Server</title>
- </head>
- <body>
- <div id="pagewrapper" class="cbox">
- <table id="mtable">
- <tr>
- <td class="l">
- <img id="pfp" src="https://sv443.net/cdn/sBot/pfp2.png">
- </td><td class="r">
- <span id="dtitle">sBot <span style="font-size:65%;color:#cecece;">- by <a href="https://sv443.net/">Sv443</a></span></span><br>
- <span id="ddesc">A fun and useful Discord Bot</span>
- </td>
- </tr>
- </table><br><br>
-
- <table id="btns">
- <tr>
- <td class="l">
- <button onclick="inviteBot()" title="Opens in a new Tab">Invite Me</button>
- </td><td class="m">
- <span style="font-size:1.2vw;">or</span>
- </td><td class="r">
- <button onclick="window.open('https://discord.gg/ypSSt36')" title="Opens in a new Tab">Join the Support Server</button>
- </td>
- </tr>
- </table><br><br>
- <div id="about">
- <span style="font-size:1.2vw;">Hello! I am sBot :)</span>
- <br>
- <div style="display:inline-block;width:90%;margin-top:0.5vw;text-align:left;">
- I was designed as a bot that has many different features from as many different categories as possible to give every user something they can enjoy.<br><br>
- I am currently in the Alpha stage which means some features might not run as smoothly as they will at a later stage, but all those prereleases are stable and get tested regularly.<br><br>
- To see all my commands use <kbd><i class="botprefix"></i>help</kbd> in any chat on your Discord Server<br><br><br>
- <a href="https://github.com/Sv443/sBot" title="Click to visit the sBot GitHub Repository (opens in a new Tab)">GitHub Repository</a> - <a href="https://discordbots.org/bot/524324404583464960" title="Click to visit sBot on discordbots.org">Discordbots.org</a>
- </div>
- <br><br><!--br><br>
- <span style="font-size:1.2vw;">Currently I can:</span>
- <br>
- <div style="display:inline-block;width:90%;margin-top:0.5vw;text-align:left;">
- <ul>
- <li><kbd><i class="botprefix"></i> joke</kbd> - Tell a random joke</li>
- <li><kbd><i class="botprefix"></i> ping URL</kbd> - Ping the URL and return the status code or return "pong" if none is specified</li>
- <li><kbd><i class="botprefix"></i> pokemon Name</kbd> - Send some info about the specified Pokémon</li>
- <li><kbd><i class="botprefix"></i> server</kbd> - Return some info about the server</li>
- <li><kbd><i class="botprefix"></i> steam Username</kbd> - Fetch info about the specified user's Steam profile</li>
- <li><kbd><i class="botprefix"></i> uptime</kbd> - Tell you for how long I've been running</li>
- </ul>
- </div>
- <br><br-->
- </div>
- </div>
- </body>
- </html>
|