2024-07-02 22:58:35 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "initial-scale=0.75 user-scalable=no" / >
2024-07-02 23:21:15 +03:00
< 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" / >
2024-07-02 23:08:41 +03:00
< link rel = "stylesheet" href = "assets/css/styles.css" / >
< link rel = "icon" href = "assets/ico/octobot.ico" / >
2024-07-02 23:21:15 +03:00
2024-07-02 22:58:35 +03:00
< title > Octobot for Discord< / title >
< / head >
< body >
< div class = "header" >
< div class = "left" >
2024-07-02 23:08:41 +03:00
< img src = "assets/png/octobot-web-logo.png" alt = "Octobot Web logo" draggable = "false" / >
2024-07-02 22:58:35 +03:00
< / div >
< div class = "right" >
< div class = "social" >
< a href = "https://github.com/TeamOctolings/Octobot" >
2024-07-02 23:08:41 +03:00
< img src = "assets/svg/github-mark-white.svg" alt = "GitHub logo" draggable = "false" / >
2024-07-02 22:58:35 +03:00
< / a >
< / div >
< / div >
< / div >
< div class = "content" >
< div class = "first card" >
< div class = "title" >
2024-07-02 23:21:15 +03:00
< img src = "assets/png/octo.png" alt = "Octobot icon" draggable = "false" / >
2024-07-02 22:58:35 +03:00
< span class = "highlight" > Veemo!< / span >
< / div >
< div class = "frame" >
2024-07-02 23:21:15 +03:00
< span > I'm a general-purpose Discord bot for moderation written by Team Octolings in C# and Remora.Discord!< / span >
2024-07-02 22:58:35 +03:00
< / div >
< div class = "title" >
2024-07-02 23:08:41 +03:00
< img src = "assets/png/mem-cake-sardinium.png" alt = "Mem Cake (Sardinium)" draggable = "false" / >
2024-07-02 22:58:35 +03:00
< 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" >
2024-07-02 23:08:41 +03:00
< img src = "assets/svg/add-circle-white.svg" alt = "Add icon" / >
2024-07-02 22:58:35 +03:00
< span > Add App< / span >
< / button >
< / a >
< / div >
< div class = "second card" >
< div class = "title" >
2024-07-02 23:08:41 +03:00
< img src = "assets/png/mem-cake-octoling.png" alt = "Mem Cake (Rival Octoling)" draggable = "false" / >
2024-07-02 22:58:35 +03:00
< 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" >
2024-07-02 23:08:41 +03:00
< img src = "assets/png/mem-cake-mole.png" alt = "Mem Cake (Mole)" draggable = "false" / >
2024-07-02 22:58:35 +03:00
< 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" >
2024-07-02 23:08:41 +03:00
< 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 >
2024-07-02 22:58:35 +03:00
< 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 >