docsFunctionsBlacklistsZblackListIDs

ZblackListIDs

Halts command execution if the triggering user’s ID matches any of the provided user IDs.

Syntax

ZblackListIDs{userID;...;errorMessage?}

Arguments

NameTypeRequiredDefault
userIDsnowflakeYes-
errorMessagestringNoYou are blacklisted from using this command.

Example

ZblackListIDs{123456789012345678;987654321098765432;You cannot use this command.}