| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add an example for the new dropdowns | Robin5605 | 2021-07-28 | 1 | -0/+63 |
| | | |||||
| * | Add a new view example for link buttons | Ay355 | 2021-07-22 | 1 | -0/+39 |
| | | |||||
| * | add persistent view in on_ready to avoid loop issues | Nadir Chowdhury | 2021-06-29 | 1 | -16/+19 |
| | | |||||
| * | Add examples for how to use views | Rapptz | 2021-06-29 | 5 | -0/+346 |
| | | |||||
| * | Make on_ready examples consistent | pikaninja | 2021-06-27 | 2 | -6/+2 |
| | | |||||
| * | Fix some typos in custom_context example | Aman Kumar | 2021-06-02 | 1 | -6/+6 |
| | | | | Also adds PyNaCl PyPI link in README | ||||
| * | Fix AttributeError in examples | apple502j | 2021-04-27 | 2 | -2/+2 |
| | | |||||
| * | make examples on_ready consistent | pikaninja | 2021-04-09 | 8 | -20/+12 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 3 | -7/+7 |
| | | |||||
| * | Update joined command in basic_bot to use f-strings | N-i-c-k-007 | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 5 | -16/+16 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Rework the reaction roles example | Nadir Chowdhury | 2021-04-03 | 1 | -25/+27 |
| | | |||||
| * | Bring back older background task example under a new name | Rapptz | 2021-03-30 | 1 | -0/+28 |
| | | |||||
| * | Fix background_task example to actually work | Rapptz | 2021-03-30 | 1 | -5/+4 |
| | | |||||
| * | Update background_task example to use ext.tasks | Sebastian Law | 2021-03-30 | 1 | -9/+14 |
| | | |||||
| * | Add converter example | Alex Nørgaard | 2021-02-23 | 1 | -0/+113 |
| | | |||||
| * | Add "Secret" channel/emoji example | Nadir Chowdhury | 2021-02-21 | 1 | -0/+96 |
| | | |||||
| * | Fix reaction_roles example logic | Byambadalai Sumiya | 2020-12-22 | 1 | -1/+1 |
| | | |||||
| * | Add reaction roles example | Kippiii | 2020-12-03 | 1 | -0/+83 |
| | | |||||
| * | Change reply example to use replies | SNVMK | 2020-11-28 | 1 | -1/+1 |
| | | |||||
| * | Add intents to examples | Zomatree | 2020-10-01 | 2 | -2/+13 |
| | | |||||
| * | 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 |
| | | | | source.volume takes floating point percentages, e.g. 1.0 for 100% | ||||
| * | Remove outdated playlist.py example. | Rapptz | 2019-03-08 | 1 | -246/+0 |
| | | | | | Fixes #1870 | ||||
| * | 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 |
| | | | | | Not much point importing asyncio when it's not being used, it was there for when @asyncio.coroutine was used previously | ||||
| * | Update new member example to not be broken. | Rapptz | 2018-08-22 | 1 | -1/+4 |
| | | | | | Took forever but better late than never. | ||||
| * | Improve basic_voice example | Daniel | 2018-03-25 | 1 | -30/+34 |
| | | | | | | | Add stream option and command so we don't always have to download a file Move repeated voice check code to before_invoke hook Add typing indicators when making YTDLSources | ||||
| * | Fixed broken code | Daniel | 2017-07-07 | 1 | -2/+2 |
| | | | | I should have tested it. | ||||
| * | 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 |
| | | | | | | | On that note, fix the background_task example to use `Client.run` instead of manual loop management. That way the task will be cleaned up and cancelled inside `Client.run`. | ||||
| * | 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 |
| | | |||||