You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs, the description of the index parameter to the Embed.remove_field() method says it's the index of the new field. This doesn't make sense, since you pass the index of the field to be removed.
DeinAlptraum
changed the title
[BUG] Incorrect parameter description on Embed.remove_field()
[BUG] Docs: Incorrect parameter description on Embed.remove_field()
Aug 31, 2022
Describe the bug.
In the docs, the description of the
index
parameter to theEmbed.remove_field()
method says it's the index of the new field. This doesn't make sense, since you pass the index of the field to be removed.List the steps.
remove_field
'sindex
parameterWhat you expected.
Index of the field to be removed
What you saw.
The new field’s index
What version of the library did you use?
stable
Version specification
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: