mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Fix failing tests to use new get_parameter function
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user