Skip to main content

Dashboard

Bot Performance

Recent Activity

Command !play executed 1,234 times

2 hours ago

Puzzle 'Dragon Quest' completed

3 hours ago

New user joined server

5 hours ago

Server Stats

CPU Usage 45%
Memory 2.1GB / 4GB
Response Time 120ms

Quick Actions

Bot Status

Online and ready

Uptime: 99.9%

Servers: 1,234

Users: 45,678

Featured Workspace

Night coding mood

Your coding environment setup

Puzzle Builder

Puzzle Canvas

Trigger Block
Logic Block
Response Block

Code Preview

puzzle-bot.js
const puzzleHandler = async (message, client) => {
  const args = message.content.slice(1).trim().split(/ +/);
  const command = args.shift().toLowerCase();
  
  if (command === 'puzzle') {
    const userRole = message.member.roles.cache;
    if (!userRole.has('puzzle-master')) {
      return message.reply('You need the puzzle-master role!');
    }
    
    const response = await generatePuzzle();
    return message.channel.send(response);
  }
};

Block Library

Message Trigger

Listen for specific messages

Role Check

Verify user permissions

Embed Response

Send rich embed messages

Database Query

Store and retrieve data

Templates

Workspace Gallery

Dark code interface Black and white earth Computer monitor on desk

Commands

Command List

Command Description Permissions Status Actions
!help Display help menu Everyone Active
!puzzle Start puzzle game @puzzle-master Active
!level Check user level Everyone Draft
!quiz Start trivia quiz @quiz-master Disabled

Command Usage Analytics

Quick Stats

Total Commands

24

Active Commands

18

Usage Today

1,247

Top Command

!help

Command Categories

General 8
Puzzle 5
Moderation 7
Games 4

Recent Updates

Added !puzzle command

2 hours ago

Updated !help response

1 day ago

Fixed !level permissions

3 days ago

Workspace Gallery

Night coding mood Code screen neon lights Programming workspace

Settings

Bot Configuration

100ms 5s

Security Settings

Require Verified Email

Only allow verified users to use commands

Rate Limiting

Limit command usage per user

API Configuration

Logs & Monitoring

Error Logging

Track and store errors

Command Logging

Log all command usage

Workspace Gallery

Discord interface dark Dark room with window Black and white earth

Danger Zone

Analytics

Performance Overview

Total Commands

15,247

+12.5%

Active Users

2,847

+8.3%

Response Time

124ms

+5ms

Uptime

99.8%

+0.2%

Command Usage Trends

User Engagement

Daily Active Users 2,847
Weekly Active Users 4,231
Monthly Active Users 5,892

Top Commands

!help 3,247
!puzzle 2,891
!level 2,156
!quiz 1,894
!profile 1,567

Real-time Stats

Current Online 1,247 users
Commands/min 23.4
Avg Response Time 124ms
Error Rate 0.02%

Peak Usage Times

2 PM - 4 PM 847 commands
6 PM - 8 PM 1,234 commands
9 PM - 11 PM 1,567 commands

Workspace Gallery

Illuminated car dashboard Black computer monitor COVID-19 dashboard warning

Integrations

Available Integrations

DB

Discord Bot

Core integration

Connected

Essential Discord bot functionality and command management

DB

Database

PostgreSQL

Connected

Store user data, puzzles, and command responses

YT

YouTube API

Video integration

Setup

Embed videos and fetch channel statistics

TW

Twitter API

Social media

Disabled

Share puzzle results and announcements

WS

Weather API

OpenWeather

Disabled

Add weather-based puzzles and commands

AI

OpenAI API

AI Integration

Setup

Generate dynamic puzzle content with AI

Connection Status

Discord Gateway
Online
Database Connection
Online
YouTube API
Rate Limited
OpenAI API
Error

API Keys Management

Webhook Endpoints

Discord Events

https://api.puzzlebot.com/webhook/discord

Analytics

https://api.puzzlebot.com/webhook/analytics

Developer Workspace

Developer workspace Code monitor setup Multi-monitor setup

Support

Get the help you need for your bot and community

Get Help

Community Support

Discord Support Server

Join our Discord server for help and updates

Join Support Server

Documentation & Tutorials

Documentation

Comprehensive guides and tutorials for your bot

View Documentation

FAQs

How do I reset my bot?

You can reset your bot by navigating to Settings > Bot Configuration > Reset.

How do I add new commands?

You can add new commands via the Commands section in your dashboard.