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).
1010
1111These changes are available on the ` master ` branch, but have not yet been released.
1212
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 ) )
1417
1518## [ 2.4.0] - 2023-02-10
1619
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ of :class:`enum.Enum`.
279279
280280 .. attribute :: stage_raise_hand
281281
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.
283283
284284 .. versionadded :: 2.4
285285
You can’t perform that action at this time.
0 commit comments