imporve comments

This commit is contained in:
Elvyra 2025-02-05 14:42:48 +01:00
parent fa4783511a
commit b64523cbb6

View file

@ -197,15 +197,18 @@ export const enum OptionType {
CUSTOM, CUSTOM,
ARRAY, ARRAY,
/** /**
* Array of users * Array of users.
* A user context menu will be automatically added for this setting.
*/ */
USERS, USERS,
/** /**
* Array of channels * Array of channels.
* A channel context menu will be automatically added for this setting.
*/ */
CHANNELS, CHANNELS,
/** /**
* Array of guilds * Array of guilds.
* A guild context menu will be automatically added for this setting.
*/ */
GUILDS GUILDS
} }