Loading articleโฆ
Loading 4weirdโฆ
Loading articleโฆ
DocsChat bot
Docs ยท integrations chat
The official 4weird community bot (chat SDK v14) brings clan raid coordination, arcade leaderboards, and squad sprint status to your server through slash commands. Members just type; only hosts ever touch a token โ and only through environment.
Invite
Invite the official bot with the Guilds intent โ that is the only privileged scope it needs. No member or message-content access, no DMs, no admin required.
Command reference
Every command is a guild slash command with typed options. Results render as a single reply โ nothing is ever DM'd, nothing needs a follow-up command.
chat โ slash commands
/ commands/leaderboard game:<slug>
View top players for a 4weird game. The game option is required (e.g. gravegain3d).
๐ Top Players for gravegain3d โ 1. NovaRacer (12,400 pts)
/squad-status squad:<slug-or-id>
Check active sprint progress for your squad: open cards, in-progress work, blockers.
Sprint 12 โ 8 done ยท 3 active ยท 1 blocked
Self-hosting
Running your own instance of the bot? The login token comes from server-side environment and nowhere else. Name the variable, never the value.
host shell โ token via environment
server only# Set once in your host's secret / env management โ never in code. export CHAT_BOT_TOKEN="<paste-once-in-host-dashboard>" # The bot reads it at login and nothing else: # client.login(process.env.CHAT_BOT_TOKEN);