Nino is a bot for tracking fansub progress on Discord.
See the Full Documentation for more information.
You can invite Nino to your server, or you can follow the instructions below to self-host.
Pull requests are always welcome.
-
Nino uses a SQLite database. The database should be created and migrated automatically on application startup, but if it doesn't, you can use
dotnet ef database updateto do so manually. -
Create an
appsettings.jsonfile. For development, place it inNino/bin/Debug/net8.0, or wherever the built executable is. For hosting, place it next to the executable.
appsettings.json schema:
{
"Configuration": {
"DiscordApiToken": "",
"OwnerId": 1234
}
}Please see the Localization Docs for more information.
TL;DR: For text content, see POEditor, for commands, make a pull request.
Big thanks to everyone who's contributed!
| Language | Contributor |
|---|---|
| Russian | astiob JohnnyZB |
| Spanish (Spain) | Yoange |
Nino is licensed under the BSD 3-clause license
© 2025 9volt.