Knowledge Base / Discord Bot / Discord Bot Commands
Discord Bot · 2 min read

Discord Bot Commands

The Servycore Discord bot provides slash commands for your community members to link accounts, view stats, and interact with your project directly from Discord.

Prerequisites

  • The Servycore Discord bot added to your server
  • Discord provider configured in your project (see Discord Account Linking)

Commands Overview

Command Description Access
/link Get the account linking page Everyone
/me View your linked account status Everyone
/profile Same as /me Everyone
/stats View leaderboard stats Everyone
/lookup Look up any player's info Admin only
/news Show the latest blog post Everyone
/server Show server status Everyone
/servers List all game servers Everyone
/support Manage support tickets Everyone

/link

Shows an embed with a button that takes players to your project website to link their accounts.

Slash Link Command

/me and /profile

Displays the user's linked account status across all providers (Steam, Discord, Twitch). If the leaderboard is enabled, also shows current wipe stats like kills, deaths, K/D ratio, and playtime.

/stats

View leaderboard statistics including combat stats (kills, deaths, K/D, headshots, damage) and activity stats (playtime, resources, crates). Admins can look up other players by passing the optional player argument.

/lookup (Admin Only)

Look up any player by Steam ID, Discord ID, or @mention. Displays comprehensive information about linked accounts and membership status.

/news

Displays the latest blog post from your project with a button to read the full article.

Requires the Blog feature on your subscription plan.

/server

Shows the status of your primary game server including player count, map info, last wipe date, and a Connect button that opens the steam:// URL directly.

/servers

Lists all connected game servers (up to 10) with status indicators and connect buttons.

/support

Manage support tickets directly from Discord with three subcommands:

  • /support create <category> <title> <message> — Create a new ticket
  • /support reply <ticket> <message> — Reply to an existing ticket
  • /support list — List your open tickets

Requires the Support feature on your subscription plan.

Notes

  • All commands are slash commands (type / in Discord to see them)
  • The bot must have proper permissions in your Discord server to respond
  • Admin commands are restricted based on Discord server roles
  • Blog and Support commands require the corresponding features on your subscription plan