Skip to main content
THG Community is the Discord bot for the THG Hypixel SkyBlock guild community. It owns the Discord side of community life: member profiles, localization, server setup data, and (as they land) moderation, tickets, and SkyBlock lookups. It is not a Minecraft bridge. There is no in-game account and no guild-chat relay — that is TriBridge. SkyBlock features here talk to HTTP APIs only. The two bots serve one Discord server and share one PostgreSQL database, so they agree about who is linked and who is staff. This bot owns the schema; TriBridge reads it. See Shared database.
Status: early alpha (0.0.1-alpha.1). Utility commands, account linking, and feature requests work today; moderation, tickets, and automod are scaffolded in the schema and locale tables but not yet shipped as commands.

Start here

What this bot does

See Features for the full list. Highlights:
  • Member profiles/profile views or updates the database row created for every member who runs a command.
  • Account linking/link binds Minecraft to Discord; TriBridge uses the same link for guild-chat attribution.
  • Feature requests/request opens a form; admins move submissions through a status with /requeststatus.
  • Bot-admin roles/adminrole names staff roles shared with TriBridge.
  • Localization — Dutch (nl, default), English, and Spanish via t().

Documentation map