mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
imporve comments
This commit is contained in:
parent
fa4783511a
commit
b64523cbb6
1 changed files with 6 additions and 3 deletions
|
@ -197,15 +197,18 @@ export const enum OptionType {
|
|||
CUSTOM,
|
||||
ARRAY,
|
||||
/**
|
||||
* Array of users
|
||||
* Array of users.
|
||||
* A user context menu will be automatically added for this setting.
|
||||
*/
|
||||
USERS,
|
||||
/**
|
||||
* Array of channels
|
||||
* Array of channels.
|
||||
* A channel context menu will be automatically added for this setting.
|
||||
*/
|
||||
CHANNELS,
|
||||
/**
|
||||
* Array of guilds
|
||||
* Array of guilds.
|
||||
* A guild context menu will be automatically added for this setting.
|
||||
*/
|
||||
GUILDS
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue