Josh
a1c618215e
[commads] Change cog/extension load/unload methods to be async
3 years ago
Omkaar
d22a7fb793
Fix intents typo in new_member example
3 years ago
Robin
15885ea728
Add an example for the new modals
3 years ago
Stocker
e63c9bad85
Use display_avatar instead of avatar in converters example
3 years ago
Austin
5780ff5ef0
Add message content intent to examples
3 years ago
Robin5605
78aea51f50
Add an example for the new dropdowns
4 years ago
Ay355
fc51736b34
Add a new view example for link buttons
4 years ago
Nadir Chowdhury
7d0bd7ed20
add persistent view in on_ready to avoid loop issues
4 years ago
Rapptz
7386a971f8
Add examples for how to use views
4 years ago
pikaninja
caa9512a8a
Make on_ready examples consistent
4 years ago
Aman Kumar
9e4bcd3df7
Fix some typos in custom_context example
Also adds PyNaCl PyPI link in README
4 years ago
apple502j
127b3239e9
Fix AttributeError in examples
4 years ago
pikaninja
1952060e1a
make examples on_ready consistent
4 years ago
Rapptz
99fc950510
Use f-strings in more places that were missed.
4 years ago
N-i-c-k-007
c3e0b6e123
Update joined command in basic_bot to use f-strings
4 years ago
Rapptz
9d39b135f4
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
4 years ago
Nadir Chowdhury
e961fdeae0
Rework the reaction roles example
4 years ago
Rapptz
8a24a93010
Bring back older background task example under a new name
4 years ago
Rapptz
e359aeb122
Fix background_task example to actually work
4 years ago
Sebastian Law
5ed47cacc7
Update background_task example to use ext.tasks
4 years ago
Alex Nørgaard
7f05f7f6c0
Add converter example
4 years ago
Nadir Chowdhury
6c08f3d344
Add "Secret" channel/emoji example
4 years ago
Byambadalai Sumiya
35db712c16
Fix reaction_roles example logic
4 years ago
Kippiii
96059e5365
Add reaction roles example
4 years ago
SNVMK
169b61092a
Change reply example to use replies
4 years ago
Zomatree
4bce41f7aa
Add intents to examples
5 years ago
Xua
1fd87ad0ca
Add example on subclassing commands.Context
5 years ago
Geroyuni
8db7b5eb19
Fix volume command in basic voice example
source.volume takes floating point percentages, e.g. 1.0 for 100%
6 years ago
Rapptz
03fdd81531
Remove outdated playlist.py example.
Fixes #1870
6 years ago
Rapptz
caf3d17d4a
Rework entire cog system and partially document it and extensions.
6 years ago
Capn
dd5762d9ed
Add missing asyncio imports from the examples
7 years ago
PikalaxALT
7891afcec8
Remove deprecated ffmpeg/avconv flag from basic_voice example
7 years ago
Modelmat
1436af3b18
Removes redundant asyncio import
Not much point importing asyncio when it's not being used, it was there for when @asyncio.coroutine was used previously
7 years ago
Rapptz
00ee7549c9
Update new member example to not be broken.
Took forever but better late than never.
7 years ago
Daniel
27063a91c7
Improve basic_voice example
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
7 years ago
Daniel
6f42a5f2ec
Fixed broken code
I should have tested it.
8 years ago
Daniel
a037d469d7
Add basic rewrite voice example
8 years ago
Rapptz
e77012f4d9
Make all public is_ functions into methods instead of properties.
8 years ago
Rapptz
8c896e9fbc
Re-add Client.wait_until_ready
8 years ago
Rapptz
1e09432c45
Update examples to use the new generic wait_for.
8 years ago
Rapptz
f8a5d890fe
Update examples to match the new rewrite API.
8 years ago
Rapptz
d914c0a4e4
Clarify `on_ready` triggering more than twice.
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`.
9 years ago
Rapptz
493bffc685
Rework playlist example to work with multi-server voice.
9 years ago
Rapptz
72e84a1b47
Change all email/password pair examples to use token.
9 years ago
shrx
8c4f928684
Fix bug where playlist bot attempts to process replies in PMs.
9 years ago
Rapptz
8d76e7095e
Basic bot example now shows documenting for the built-in help command.
9 years ago
Rapptz
2ebfbbe471
Examples now use Python 3.5. Remove echo.py example.
9 years ago
Rapptz
246698254f
Add basic example bot showcasing the commands ext module.
9 years ago
Rapptz
ba3e00c3bf
Add guessing game example to showcase wait_for_message.
9 years ago
Rapptz
9175b83387
Add voice playlist example code.
9 years ago