index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-1
/
+3
*
Add support for reactions.
khazhyk
2016-10-27
1
-1
/
+5
*
Support for pinned system messages.
Rapptz
2016-09-12
1
-11
/
+15
*
Add utility properties to CallMessage to query information.
Rapptz
2016-07-15
1
-1
/
+1
*
Fix the displaying of Message.system_content
Rapptz
2016-07-15
1
-5
/
+4
*
Add support for different message types and call message.
Rapptz
2016-07-13
1
-5
/
+76
*
Make Message.channel_mentions unique.
Rapptz
2016-06-27
1
-4
/
+2
*
Add support for message pinning.
Rapptz
2016-06-18
1
-2
/
+5
*
Fix typo in Message.role_mentions documentation.
Rapptz
2016-05-01
1
-1
/
+1
*
Add Message.role_mentions and handle them in Message.clean_content
Rapptz
2016-04-29
1
-24
/
+45
*
Message.clean_content now takes into consideration @here mentions.
Rapptz
2016-04-23
1
-1
/
+11
*
Guard against AttributeErrors when clearing cached slot cache.
Rapptz
2016-04-05
1
-3
/
+14
*
Make Message.clean_content a cached property again.
Rapptz
2016-04-05
1
-3
/
+8
*
Fix handling of message update in MESSAGE_UPDATE
Zeta
2016-04-05
1
-16
/
+19
*
Fix bug where @everyone usernames bypass Message.clean_content.
Rapptz
2016-03-02
1
-2
/
+2
*
Message.clean_content now handles everyone mentions properly.
Rapptz
2016-01-30
1
-0
/
+3
*
performance improvements
Steven Berler
2016-01-08
1
-3
/
+3
*
Add Message.nonce attribute.
Rapptz
2016-01-07
1
-2
/
+5
*
Add __slots__ for missing classes that didn't have it.
Rapptz
2016-01-06
1
-3
/
+8
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Message no longer upgrades if the channel is an Object
Rapptz
2015-12-29
1
-0
/
+3
*
Add __slots__ where appropriate to data classes.
Rapptz
2015-12-19
1
-1
/
+1
*
Add Message.clean_content property to get prettified mentions.
Rapptz
2015-12-17
1
-0
/
+26
*
Change regex from \d+ to [0-9]+ for performance reasons.
Rapptz
2015-12-16
1
-2
/
+2
*
Clean-up documentation to use NumPy style docs on remaining classes.
Rapptz
2015-12-16
1
-37
/
+25
*
Make more things into properties.
Rapptz
2015-12-16
1
-11
/
+9
*
Message.channel's Object instance has an is_private attribute now.
Rapptz
2015-11-28
1
-1
/
+4
*
Add caveat note about Message.mention_everyone
Rapptz
2015-11-28
1
-0
/
+7
*
Add warning for Message.mentions order being non-deterministic.
Rapptz
2015-11-28
1
-0
/
+6
*
Add Message.channel_mentions
Rapptz
2015-11-19
1
-0
/
+12
*
Add get_raw_[channel_]mentions to Message
Rapptz
2015-11-19
1
-0
/
+19
*
Fix is_private check in mentions array handling.
Rapptz
2015-11-19
1
-1
/
+4
*
Fix ordering issue with Message.server
Rapptz
2015-11-18
1
-3
/
+5
*
Message.mentions now returns a list of Member instead of User
Rapptz
2015-11-16
1
-3
/
+14
*
Make Message.channel an Object if something goes wrong.
Rapptz
2015-10-27
1
-3
/
+8
*
Add Message.server attribute shortcut.
Rapptz
2015-10-23
1
-0
/
+4
*
Documentation fixes for Message.
Rapptz
2015-10-21
1
-4
/
+6
*
Message.author is now either Member or User.
Rapptz
2015-10-14
1
-4
/
+15
*
Refactor parse_time into its own utils file.
Rapptz
2015-09-04
1
-10
/
+3
*
Use kwargs if the number of arguments needed is too many.
Rapptz
2015-09-04
1
-13
/
+13
*
Python3 import fixes.
Rapptz
2015-08-28
1
-1
/
+1
*
Fix issue with some MESSAGE_UPDATE events.
v0.2.1
Rapptz
2015-08-24
1
-5
/
+8
*
Some documentation warning fixes.
Rapptz
2015-08-21
1
-1
/
+1
*
Change the way timestamps are parsed.
Rapptz
2015-08-21
1
-4
/
+7
*
Initial commit
Rapptz
2015-08-21
1
-0
/
+89