sBot.html 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link href="https://fonts.googleapis.com/css?family=Roboto|Ubuntu" rel="stylesheet">
  6. <link rel="stylesheet" href="css/sBot.css">
  7. <link rel="icon" href="https://sv443.net/cdn/sBot/pfp2.png">
  8. <script src="https://cdn.jsdelivr.net/gh/Sv443/jslib@1/jslib.js" data-jsl_disablewatermark="false"></script>
  9. <script src="js/sBot.js"></script>
  10. <base target="blank_">
  11. <title>Invite sBot to your Discord Server</title>
  12. </head>
  13. <body>
  14. <div id="pagewrapper" class="cbox">
  15. <table id="mtable">
  16. <tr>
  17. <td class="l">
  18. <img id="pfp" src="https://sv443.net/cdn/sBot/pfp2.png">
  19. </td><td class="r">
  20. <span id="dtitle">sBot&nbsp;<span style="font-size:65%;color:#cecece;">-&nbsp;by&nbsp;<a href="https://sv443.net/">Sv443</a></span></span><br>
  21. <span id="ddesc">A&nbsp;fun&nbsp;and&nbsp;useful&nbsp;Discord&nbsp;Bot</span>
  22. </td>
  23. </tr>
  24. </table><br><br>
  25. <table id="btns">
  26. <tr>
  27. <td class="l">
  28. <button onclick="inviteBot()" title="Opens in a new Tab">Invite&nbsp;Me</button>
  29. </td><td class="m">
  30. &nbsp;&nbsp;<span style="font-size:1.2vw;">or</span>&nbsp;&nbsp;
  31. </td><td class="r">
  32. <button onclick="window.open('https://discord.gg/ypSSt36')" title="Opens in a new Tab">Join&nbsp;the&nbsp;Support&nbsp;Server</button>
  33. </td>
  34. </tr>
  35. </table><br><br>
  36. <div id="about">
  37. <span style="font-size:1.2vw;">Hello! I am sBot :)</span>
  38. <br>
  39. <div style="display:inline-block;width:90%;margin-top:0.5vw;text-align:left;">
  40. 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>
  41. 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>
  42. To see all my commands use &nbsp;<kbd><i class="botprefix"></i>help</kbd>&nbsp; in any chat on your Discord Server<br><br><br>
  43. <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>
  44. </div>
  45. <br><br><!--br><br>
  46. <span style="font-size:1.2vw;">Currently I can:</span>
  47. <br>
  48. <div style="display:inline-block;width:90%;margin-top:0.5vw;text-align:left;">
  49. <ul>
  50. <li><kbd><i class="botprefix"></i> joke</kbd> - Tell a random joke</li>
  51. <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>
  52. <li><kbd><i class="botprefix"></i> pokemon Name</kbd> - Send some info about the specified Pokémon</li>
  53. <li><kbd><i class="botprefix"></i> server</kbd> - Return some info about the server</li>
  54. <li><kbd><i class="botprefix"></i> steam Username</kbd> - Fetch info about the specified user's Steam profile</li>
  55. <li><kbd><i class="botprefix"></i> uptime</kbd> - Tell you for how long I've been running</li>
  56. </ul>
  57. </div>
  58. <br><br-->
  59. </div>
  60. </div>
  61. </body>
  62. </html>