ZonlyForCategories
Halts execution unless the current channel belongs to one of the specified category IDs.
Syntax
ZonlyForCategories{categoryID;...;errorMessage?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| categoryID | snowflake | Yes | - |
| errorMessage | string | No | This command can only be used in specific categories. |
Example
ZonlyForCategories{123456789012345678;Only allowed in this category!}