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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add example on subclassing commands.Context
Xua
2020-01-24
1
-0
/
+51
*
Fix volume command in basic voice example
Geroyuni
2019-03-09
1
-1
/
+1
*
Remove outdated playlist.py example.
Rapptz
2019-03-08
1
-246
/
+0
*
Rework entire cog system and partially document it and extensions.
Rapptz
2019-02-23
1
-1
/
+1
*
Add missing asyncio imports from the examples
Capn
2018-11-24
3
-0
/
+3
*
Remove deprecated ffmpeg/avconv flag from basic_voice example
PikalaxALT
2018-08-22
1
-1
/
+0
*
Removes redundant asyncio import
Modelmat
2018-08-22
3
-3
/
+0
*
Update new member example to not be broken.
Rapptz
2018-08-22
1
-1
/
+4
*
Improve basic_voice example
Daniel
2018-03-25
1
-30
/
+34
*
Fixed broken code
Daniel
2017-07-07
1
-2
/
+2
*
Add basic rewrite voice example
Daniel
2017-07-07
1
-0
/
+132
*
Make all public is_ functions into methods instead of properties.
Rapptz
2017-01-29
1
-1
/
+1
*
Re-add Client.wait_until_ready
Rapptz
2017-01-29
1
-1
/
+1
*
Update examples to use the new generic wait_for.
Rapptz
2017-01-26
2
-6
/
+10
*
Update examples to match the new rewrite API.
Rapptz
2017-01-03
7
-123
/
+112
*
Clarify `on_ready` triggering more than twice.
Rapptz
2016-06-10
1
-10
/
+2
*
Rework playlist example to work with multi-server voice.
Rapptz
2016-05-12
1
-80
/
+223
*
Change all email/password pair examples to use token.
Rapptz
2016-04-08
8
-8
/
+8
*
Fix bug where playlist bot attempts to process replies in PMs.
shrx
2016-03-02
1
-10
/
+10
*
Basic bot example now shows documenting for the built-in help command.
Rapptz
2016-01-12
1
-5
/
+19
*
Examples now use Python 3.5. Remove echo.py example.
Rapptz
2016-01-06
8
-80
/
+61
*
Add basic example bot showcasing the commands ext module.
Rapptz
2016-01-05
1
-0
/
+51
*
Add guessing game example to showcase wait_for_message.
Rapptz
2015-12-19
1
-0
/
+37
*
Add voice playlist example code.
Rapptz
2015-12-19
1
-0
/
+105
*
Add background_task example to showcase background tasks.
Rapptz
2015-12-19
1
-0
/
+32
*
Updated examples to use new properties.
Rapptz
2015-12-19
2
-4
/
+4
*
Update example code.
Rapptz
2015-12-06
5
-33
/
+32
*
Add new_member.py example to showcase messaging new members.
Rapptz
2015-11-27
1
-0
/
+18
*
reply.py example now checks for self-authoring
Rapptz
2015-11-27
1
-0
/
+4
*
Simplify examples to no longer use logging or Client.is_logged_in
Rapptz
2015-11-26
4
-32
/
+0
*
Set up logging module in examples
Hornwitser
2015-10-06
4
-0
/
+16
*
Add handling of login failure in examples
Hornwitser
2015-10-06
4
-0
/
+16
*
Make reply example a bit more meaningful.
Rapptz
2015-10-05
1
-1
/
+1
*
Fix echo example to not infinitely loop.
Rapptz
2015-10-05
1
-1
/
+2
*
Add the ability to edit messages.
Rapptz
2015-08-21
1
-0
/
+8
*
Add on_message_edit event.
Rapptz
2015-08-21
1
-0
/
+16
*
Add the ability to delete messages
Rapptz
2015-08-21
1
-0
/
+6
*
Add on_message_delete event and Client.messages attribute.
Rapptz
2015-08-21
1
-0
/
+16
*
Add some examples
Rapptz
2015-08-21
2
-0
/
+34