aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhazhismel <[email protected]>2016-08-01 21:01:09 -0700
committerKhazhismel <[email protected]>2016-08-01 21:05:51 -0700
commit504fbaafd59e5e8c63a57f33e9748d69779531c9 (patch)
tree0dab24a90876b23a4acf0c34665b0e7f5285e0fd
parentDocument the new emoji stuff. (diff)
downloaddiscord.py-504fbaafd59e5e8c63a57f33e9748d69779531c9.tar.xz
discord.py-504fbaafd59e5e8c63a57f33e9748d69779531c9.zip
Clean up Emoji documentation.
-rw-r--r--discord/emoji.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/emoji.py b/discord/emoji.py
index 996582ca..09fa86e5 100644
--- a/discord/emoji.py
+++ b/discord/emoji.py
@@ -62,8 +62,6 @@ class Emoji(Hashable):
If colons are required to use this emoji in the client (:PJSalt: vs PJSalt).
managed : bool
If this emoji is managed by a Twitch integration.
- created_at : `datetime.datetime`
- A datetime object denoting the time the invite was created.
server : :class:`Server`
The server the emoji belongs to.
roles : List[:class:`Role`]