<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="initial-scale=0.75 user-scalable=no"/> <meta property="og:site_name" content="TeamOctolings/Octobot"/> <meta property="og:title" content="Octobot for Discord"/> <meta property="og:description" content="A general-purpose Discord bot for moderation written by Team Octolings in C# and Remora.Discord"/> <meta property="og:image" content="assets/png/octo.png"/> <link rel="stylesheet" href="assets/css/styles.css"/> <link rel="icon" href="assets/ico/octobot.ico"/> <title>Octobot for Discord</title> </head> <body> <div class="header"> <div class="left"> <img src="assets/png/octobot-web-logo.png" alt="Octobot Web logo" draggable="false"/> </div> <div class="right"> <div class="social"> <a href="https://github.com/TeamOctolings/Octobot"> <img src="assets/svg/github-mark-white.svg" alt="GitHub logo" draggable="false"/> </a> </div> </div> </div> <div class="content"> <div class="first card"> <div class="title"> <img src="assets/png/octo.png" alt="Octobot icon" draggable="false"/> <span class="highlight">Veemo!</span> </div> <div class="frame"> <span>I'm a general-purpose Discord bot for moderation written by Team Octolings in C# and Remora.Discord!</span> </div> <div class="title"> <img src="assets/png/mem-cake-sardinium.png" alt="Mem Cake (Sardinium)" draggable="false"/> <span class="highlight">Features</span> </div> <div class="frame"> <ul> <li>Banning, muting, kicking, etc.</li> <li>Reminding you about something if you wish</li> <li>Reminding everyone about that new event you made</li> <li>Renaming those annoying self-hoisting members</li> <li>Log everything from joining the server to deleting messages</li> <li>Listen to Inkantation!</li> ...a-a-and more! </ul> </div> <a class="alternative" href="https://discord.com/oauth2/authorize?client_id=855023234407333888&permissions=1383382133894&scope=applications.commands%20bot"> <button class="invite"> <img src="assets/svg/add-circle-white.svg" alt="Add icon"/> <span>Add App</span> </button> </a> </div> <div class="second card"> <div class="title"> <img src="assets/png/mem-cake-octoling.png" alt="Mem Cake (Rival Octoling)" draggable="false"/> <span class="highlight">Bug Report / Feature Request</span> </div> <div class="frame"> <span>If you find some bug or want some new feature in Octobot, you can always use the Issues menu in our GitHub repository.</span> <ul> <li><a href="https://github.com/TeamOctolings/Octobot/issues">Open GitHub Issues</a></li> <li><a href="https://github.com/TeamOctolings/Octobot/issues/new?assignees=&labels=type%3A+bug&projects=&template=bug-report.yml">Report a bug</a></li> <li><a href="https://github.com/TeamOctolings/Octobot/issues/new?assignees=&labels=type%3A+feature&projects=&template=feature-request.yml">Request a feature</a></li> </ul> </div> <div class="title"> <img src="assets/png/mem-cake-mole.png" alt="Mem Cake (Mole)" draggable="false"/> <span class="highlight">Building Octobot</span> </div> <div class="frame"> <span>Want to make your own Octobot with, for example, even more features? Then, Octobot's Wiki is at your service!</span> <ul> <li><a href="https://github.com/TeamOctolings/Octobot/wiki/Installing-Windows">Building for Windows</a></li> <li><a href="https://github.com/TeamOctolings/Octobot/wiki/Installing-Unix">Building for Linux/macOS</a></li> </ul> </div> </div> </div> <div class="footer"> <span>Not an official <img class="splatoon" src="assets/svg/splatoon.svg" alt="Splatoon™"/> product. We are in no way affiliated with or endorsed by Nintendo Company, or other rightsholders.</span> <a href="https://github.com/TeamOctolings/Octobot/commit/master"><img src="https://img.shields.io/github/last-commit/TeamOctolings/Octobot?logo=github" alt="Last commit"/></a> </div> </body> </html>