Octobot banner

Veemo! I'm a multiple-purpose bot (formerly known as Boyfriend) written by [Team Octolings](https://github.com/TeamOctolings) and [Team Inklings](https://git.mctaylors.ru/TeamInklings) in C# and Remora.Discord > **Note** **[TeamOctolings/Octobot](https://github.com/TeamOctolings/Octobot) is still being maintained.** You probably won't need to use this fork. ## Features * Banning, muting, kicking, etc. * Reminding you about something if you wish * Reminding everyone about that new event you made * Renaming those annoying self-hoisting members * Log everything from joining the server to deleting messages * Listen to music! *...a-a-and more!* ## Building Octobot Stealth 1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) 2. Go to the [Discord Developer Portal](https://discord.com/developers), create a new application and get a bot token. Don't forget to also enable all intents! 3. Clone this repository and open `OctobotStealth` folder. ``` git clone https://github.com/TeamInklings/OctobotStealth cd Octobot ``` 4. Run Octobot Stealth using `dotnet` with `BOT_TOKEN` variable. ``` dotnet run BOT_TOKEN='ENTER_TOKEN_HERE' ``` # Not an official Splatoon™ product. We are in no way affiliated with or endorsed by Nintendo Company, or other rightsholders.