Rapptz
f1f0e169e4
Add __slots__ where appropriate to data classes.
9 years ago
Rapptz
613214f197
Add Message.clean_content property to get prettified mentions.
9 years ago
Rapptz
ebcb532c38
Change regex from \d+ to [0-9]+ for performance reasons.
\d+ includes unicode characters while [0-9]+ doesn't.
9 years ago
Rapptz
9f92536441
Clean-up documentation to use NumPy style docs on remaining classes.
9 years ago
Rapptz
de1c74a399
Make more things into properties.
A lot of the expensive getters were transformed into cached properties
instead. A lot of things that were properties were transformed into
properties as well.
9 years ago
Rapptz
c3e7ba3671
Message.channel's Object instance has an is_private attribute now.
This was to allow for basic checks such as message.channel.is_private
to succeed at the very least. It is a very small mitigation and not
perfect since it doesn't have every attribute that PrivateChannel
itself has. However you could retrieve the user info through the
Message.author attribute.
9 years ago
Rapptz
ed53f3fb3a
Add caveat note about Message.mention_everyone
9 years ago
Rapptz
101d8d52b6
Add warning for Message.mentions order being non-deterministic.
9 years ago
Rapptz
acbbaa39ad
Add Message.channel_mentions
10 years ago
Rapptz
da37ff16c1
Add get_raw_[channel_]mentions to Message
10 years ago
Rapptz
e88c194e9a
Fix is_private check in mentions array handling.
10 years ago
Rapptz
692a6a3bc6
Fix ordering issue with Message.server
10 years ago
Rapptz
75658f46a2
Message.mentions now returns a list of Member instead of User
10 years ago
Rapptz
c49ff36a7b
Make Message.channel an Object if something goes wrong.
Fixes #21
10 years ago
Rapptz
1a13f9ad30
Add Message.server attribute shortcut.
10 years ago
Rapptz
c8535f714e
Documentation fixes for Message.
10 years ago
Rapptz
15b83b2743
Message.author is now either Member or User.
Closes #11 .
10 years ago
Rapptz
b4e6591c9d
Refactor parse_time into its own utils file.
10 years ago
Rapptz
b00ad4ad79
Use kwargs if the number of arguments needed is too many.
10 years ago
Rapptz
b7fc383013
Python3 import fixes.
10 years ago
Rapptz
de3bce2b32
Fix issue with some MESSAGE_UPDATE events.
10 years ago
Rapptz
b5a371812f
Some documentation warning fixes.
10 years ago
Rapptz
2edd29684d
Change the way timestamps are parsed.
10 years ago
Rapptz
3e0f09d32c
Initial commit
10 years ago