This repository is home to the Tenbot (and maybe others in the future, too). This bot is a very modular Discord bot written with Discord.NET in C# and intended to provide simple helpers for managing smaller communities.
  • C# 68%
  • HTML 15.6%
  • CSS 8.9%
  • Python 6.4%
  • JavaScript 1.1%
Find a file
Grandiras 10196dbdb9 Fix startup crash from InvariantGlobalization (v1.4.2)
- Revert InvariantGlobalization: Discord.Net constructs a CultureInfo from each
  guild's locale (e.g. "de"), which throws CultureNotFoundException in
  globalization-invariant mode and breaks guild processing
- Harden VersionService.PostInitializeAsync: skip servers whose guild isn't
  cached or that have no public-updates channel, instead of NRE-crashing the bot
- Bump TenBot to 1.4.2 + CHANGELOG

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 00:41:01 +02:00
.aspire Refactor project structure and deployment process; update settings, remove legacy scripts, and enhance Docker Compose configuration 2025-11-16 00:34:49 +01:00
Bots.AppHost Make deploy.py work in non-interactive shells 2026-06-11 00:29:59 +02:00
Bots.ServiceDefaults Add bot backend API + web dashboard; modernize to .NET 10; publish to Forgejo 2026-06-10 23:56:31 +02:00
TenBot Fix startup crash from InvariantGlobalization (v1.4.2) 2026-06-11 00:41:01 +02:00
TenBot.Web Add bot backend API + web dashboard; modernize to .NET 10; publish to Forgejo 2026-06-10 23:56:31 +02:00
.dockerignore added docker support and switched to deploying dock image to vps 2024-07-07 15:35:45 +02:00
.gitignore Refactor project structure and deployment process; update settings, remove legacy scripts, and enhance Docker Compose configuration 2025-11-16 00:34:49 +01:00
Bots.sln Add bot backend API + web dashboard; modernize to .NET 10; publish to Forgejo 2026-06-10 23:56:31 +02:00
global.json Add bot backend API + web dashboard; modernize to .NET 10; publish to Forgejo 2026-06-10 23:56:31 +02:00
README.md Add bot backend API + web dashboard; modernize to .NET 10; publish to Forgejo 2026-06-10 23:56:31 +02:00

Bots