$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

User04/23/2025
!!exec $usersTyping
Custom Command Bot 04/23/2025
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.

Function difficulty: Easy
Tags: typing users channel