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

@@ -491,7 +491,7 @@ class Parameter:
The maximum supported value for this parameter.
default: Any
The default value of the parameter, if given.
If not given then this is :data:`discord.utils.MISSING`.
If not given then this is :data:`~discord.utils.MISSING`.
"""
def __init__(self, parent: CommandParameter) -> None: