File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ possible (see our [Version Guarantees] for more info).
10
10
11
11
These changes are available on the ` master ` branch, but have not yet been released.
12
12
13
- _ No changes yet_
13
+ ### Fixed
14
+
15
+ - Fixed the type-hinting of ` SlashCommandGroup.walk_commands() ` to reflect actual
16
+ behavior. ([ #1852 ] ( https://github.com/Pycord-Development/pycord/pull/1852 ) )
14
17
15
18
## [ 2.4.0] - 2023-02-10
16
19
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ of :class:`enum.Enum`.
279
279
280
280
.. attribute :: stage_raise_hand
281
281
282
- The system message denoting that a stage event has someone has raised their hand.
282
+ The system message denoting that someone in a stage event is raising their hand.
283
283
284
284
.. versionadded :: 2.4
285
285
You can’t perform that action at this time.
0 commit comments