diff options
Diffstat (limited to 'discord/template.py')
| -rw-r--r-- | discord/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/template.py b/discord/template.py index 905f5515..70d4fd2a 100644 --- a/discord/template.py +++ b/discord/template.py @@ -55,7 +55,7 @@ class Template: Attributes ----------- - code: :code:`str` + code: :class:`str` The template code. uses: :class:`int` How many time the template has been used. |