Fix failing tests to use new get_parameter function

This commit is contained in:
Rapptz
2022-08-09 07:48:36 -04:00
parent 1727eca106
commit 57efb5a5a0
4 changed files with 26 additions and 25 deletions

View File

@@ -1396,7 +1396,8 @@ Utility Functions
.. autofunction:: discord.utils.as_chunks
.. data:: discord.utils.MISSING
.. data:: MISSING
:module: discord.utils
A type safe sentinel used in the library to represent something as missing. Used to distinguish from ``None`` values.