Commands - Overview
Below is a shortlist of all the bot commands.
Some Statbot features like Statroles and Manage Roles can only be configured through the dashboard.
Help Command Preview

General
Command | Description |
---|---|
help | Displays most commands at a glance. |
aliases | Displays a list of command aliases. |
info | Shows some information about the bot and has links to common resources to help you use the bot. |
invite | DMs the bot's invite link. |
ping | Simple ping / pong command to show the bot's latency. |
policy | Provides a link to Statbot's Privacy Policy. |
support | Provides a link to Statbot's support server. |
userprivacy | Toggles User Privacy for the user running the command. |
welcome | Displays the message that is sent to those who invite the bot. |
Stats
tip
You can click on a setting to jump to its doc entry.
Command | Description |
---|---|
stats channel | Show a channel stat overview of the server or a channel. |
stats me | This command acts as an alias for a few other commands. |
stats members | Show the memberflow and membercount of the server. |
stats messages | Show the message stats of the server or a user. |
stats server | Show a stat overview of the server. |
stats top | Show a top list of users and channels in the server. |
stats user | Show a stat overview of a user. |
stats voice | Show the voice stats of the server or a user. |
Tools
Command | Description |
---|---|
rolelist | Count the number of members in the given roles. |
show activity | Get the exact name of the activity/application that a member in the server is currently interacting with. |
Settings
Command | Setting | Description |
---|---|---|
refresh | Reloads the server's settings in the bot. | |
setup | Prints Statbot's welcome message with useful information. | |
channelfilter | Channel Filter | View; or add / remove channels to / from the channel filter list. |
commandchannel | Command Channels | View; or add / remove channels to / from the list of channels that commands can / can't be used in. |
lookback | Lookback | View; or set the default visible range of data for commands and the website. |
memberfilter | Member Filter | View; or add / remove members to / from the member filter. |
whitelistroles | Role Filter | View; or add / remove role to / from the whitelisted role filter . |
blacklistroles | Role Filter | View; or add / remove role to / from the blacklisted role filter. |
precision | Precision | View; or change data on graphs to by day or by hour . |
prefix | Prefix | View; or change the server's prefix. |
toggle | (multiple) | This command has sub-commands. Go to its help entry to see what they are. |
Permissions
Command | Setting | Description |
---|---|---|
commandlevel | Command Access Level | Control how members can use commands in the server. |
commandroles | Command Access Level Override | Allow members with set roles to use commands unrestricted when Command Access Level is not All . |
dashboardlevel | Dashboard Access Level | Control who can view the server's dashboard including the pages: Overview, Message, Voice, Status, Activity. |
dashboardroles | Dashboard Access Level Override | Allow members with set roles to view the dashboard when Dashboard Access Level is set to Admin Only . |
Statdocks
Command | Description |
---|---|
statdocks setup | Quickly create default channel counters. |
statdocks create | Create a new Statdock via command. |
statdocks update | Manually trigger a Statdock to check for updates outside of the scheduled time. |
Usage Key
Usage Key
For commands that accept input, you'll see keys with the following:
<required>
- parameters between<>
must be included with the command[optional]
- parameters between[]
are optional parameters and may be excludeda | or | b
-|
means that you can use the parameters on either side of the symbolrepeat...
- means that you can provide multiple parameters as input
These may be nested. Example: [parameter1 <parameter2>]
means that the input is optional, but if you provide
parameter1
then parameter2
is required. [parameter...]
means that input is optional, and that the input can be
any number of parameters.
tip
This is included at the of every command page.