Hornwitser
74a06e0b79
Change behaviour of on_error
Change how the old style on_error event is called to match the new style
on_error event. Both are now called in case an exception is raised in
an user defined event handler, and will by default print the arguments
of the event tha raised the exception and the traceback for the
exception. In addition, overridding the on_error handler supresses this
behaviour.
10 years ago
Rapptz
120b9cd3b2
Listen to CHANNEL_UPDATE events and add on_channel_update
10 years ago
Rapptz
bbf1c5418b
Add support for logging.
10 years ago
Rapptz
a2b981d19e
Document discord.utils.find function
10 years ago
Rapptz
73919fe152
Documentation fixes and version bump.
10 years ago
Rapptz
4aecd5f7b5
Add on_error event for doing something about uncaught exceptions.
10 years ago
Rapptz
e11aaa0566
Add on_member_update event.
10 years ago
Rapptz
80eb567520
Add support for creating invites.
10 years ago
Rapptz
c98a723f06
Add on_server_create and on_server_delete events.
10 years ago
Rapptz
e60777e68b
Document exceptions and change conf.py version detection.
10 years ago
Rapptz
5db2b31114
Version bump to v0.4.0.
10 years ago
Rapptz
b466a2615e
Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events.
Thanks izy.
10 years ago
Rapptz
795b8ceffe
on_status now takes only a member.
10 years ago
Rapptz
49bc2dbf48
Documentation update.
10 years ago
Rapptz
9f601a24b1
Add logout support and on_disconnect event.
10 years ago
Rapptz
35084cf98a
Add support for channel creation events.
10 years ago
Rapptz
3346b28fee
Add on_channel_delete event.
10 years ago
Rapptz
1f980361e3
Sandbox events so exceptions being thrown don't break the client.
10 years ago
Rapptz
6445641f9e
Add on_status event.
10 years ago
Rapptz
44953e7a3f
Rename project from pydiscord to discord.py
10 years ago
Rapptz
ef7dd42f28
Add on_message_edit event.
10 years ago
Rapptz
f580441c10
Add on_message_delete event and Client.messages attribute.
10 years ago
Rapptz
3e0f09d32c
Initial commit
10 years ago