From b64523cbb666e05df977063404a02e49ba3d03b1 Mon Sep 17 00:00:00 2001 From: Elvyra <88881326+EepyElvyra@users.noreply.github.com> Date: Wed, 5 Feb 2025 14:42:48 +0100 Subject: [PATCH] imporve comments --- src/utils/types.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/utils/types.ts b/src/utils/types.ts index 9e94e32d7..9b177c5f3 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -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 }