[Fix] Interaction Framework Choice mistake (#2660)

This commit is contained in:
Christopher Bonnell
2023-04-14 19:05:29 -04:00
committed by GitHub
parent 98f974d0bb
commit 23e27e0b49

View File

@@ -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`