diff options
-rw-r--r-- | pydis_core/utils/paste_service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/utils/paste_service.py b/pydis_core/utils/paste_service.py index 452b1434..f3d1aed8 100644 --- a/pydis_core/utils/paste_service.py +++ b/pydis_core/utils/paste_service.py @@ -35,7 +35,7 @@ class PasteFile(BaseModel): Args: content (:obj:`str`): The content of the file. - name (:obj:`str`): The file name of the file to upload. Defaults to ``""`` + name (:obj:`str`): The name of the file to upload. Defaults to ``""`` lexer (:obj:`str`): The lexer to use when applying text formatting. Defaults to ``"python"`` """ |