Skip to content

Commit a62d301

Browse files
committed
docs: fix tags typing
1 parent c987ab5 commit a62d301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/appinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class AppInfo:
139139
140140
.. versionadded:: 2.7
141141
142-
tags: Optional[:class:`str`]
142+
tags: Optional[List[:class:`str`]]
143143
The list of tags describing the content and functionality of the app, if set.
144144
145145
Maximium of 5 tags.

0 commit comments

Comments
 (0)