SkyBot is a Valour.gg bot.
SkyBot stores only the minimum data required for operation:
SkyBot does not store:
Full privacy policy:
https://github.com/SkyJoshua/SkyBot/blob/main/PRIVACY
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See the LICENSE file for details:
https://github.com/SkyJoshua/SkyBot/blob/main/LICENSE
Because this project is licensed under AGPL-3.0, if you modify and deploy it publicly (including as a hosted service), you must make your source code available under the same license.
git clone https://github.com/SkyJoshua/SkyBot.git
cd SkyBot
dotnet restore
dotnet build
All required NuGet packages will be installed automatically using the
provided SkyBot.csproj file.
dotnet run
Before running the bot, create a .env file in the root directory of the project with the following content:
TOKEN=your-bot-token-here
your-bot-token-here with your actual bot token.Sensitive data such as bot tokens should never be committed to the repository. Use environment variables or secure configuration methods.
Contributions are welcome. By submitting a contribution, you agree that your contributions will be licensed under AGPL-3.0.