diff options
Diffstat (limited to 'discord/sticker.py')
| -rw-r--r-- | discord/sticker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/sticker.py b/discord/sticker.py index 22897be3..4cf109c1 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -91,7 +91,7 @@ class Sticker(Hashable): @property def created_at(self): - """:class:`datetime.datetime`: Returns the sticker's creation time in UTC as a naive datetime.""" + """:class:`datetime.datetime`: Returns the sticker's creation time in UTC.""" return snowflake_time(self.id) @property |