Enumeration: BucketScope
Defined in: projects/framework/src/lib/types/Enums.ts:18
The scope the cooldown applies to.
Enumeration Members
| Enumeration Member | Value | Description | Defined in | 
|---|---|---|---|
| Channel | 0 | Per channel cooldowns. | projects/framework/src/lib/types/Enums.ts:22 | 
| Global | 1 | Global cooldowns. | projects/framework/src/lib/types/Enums.ts:26 | 
| Guild | 2 | Per guild cooldowns. | projects/framework/src/lib/types/Enums.ts:30 | 
| User | 3 | Per user cooldowns. | projects/framework/src/lib/types/Enums.ts:34 |