Custom Command
FunctionsMember Functions

$usersTyping

Returns a list of users currently typing in a channel. If no users are typing, returns an empty string.

Usage

$usersTyping[channelID;type;separator]
  1. channelID - (Optional) default value: $channelID. The ID of a channel you want to check users typing in.
  2. type - (Optional) default value: username. Can be username, tag or mention.
  3. separator - (Optional) default value: , . The separator used for creating list with users.

Example

Using $usersTyping

How to use $usersTyping

Member
9/5/2026

!!exec $usersTyping

Custom Command
APP
9/5/2026

user, user1, user2

Tip

The bot needs the "Read Messages/View Channels" permission in the given channel to be able to see who is typing. Rate limits may apply if this function is used excessively.

Related Functions: $usersInChannel

Function difficulty: Easy

Tags: typing users channel

On this page