From 23e27e0b490b89639fe9ebd7e9c399626320b4fe Mon Sep 17 00:00:00 2001 From: Christopher Bonnell Date: Fri, 14 Apr 2023 19:05:29 -0400 Subject: [PATCH] [Fix] Interaction Framework Choice mistake (#2660) --- docs/guides/int_framework/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/int_framework/intro.md b/docs/guides/int_framework/intro.md index 89c55a74..11cc83cd 100644 --- a/docs/guides/int_framework/intro.md +++ b/docs/guides/int_framework/intro.md @@ -94,7 +94,7 @@ By default, your methods can feature the following parameter types: - `sbyte`, `byte` - `int16`, `int32`, `int64` - `uint16`, `uint32`, `uint64` -- `enum` (Values are registered as multiple choice options and are enforced by Discord. Use `[HideAttribute]` on enum values to prevent them from getting registered.) +- `enum` (Values are registered as multiple choice options and are enforced by Discord. Use the `[Hide]` attribute on enum values to prevent them from getting registered.) - `DateTime` - `TimeSpan`