Michael H
a8a6bf4f6c
Add advanced startup example
shows setup_hook and async context manager use with examples
approximating real world use cases
3 years ago
Kellenn
64849ebcc8
Remove unused import in dropdown example
3 years ago
Rapptz
ee71366f72
Fetch application_info on login
This allows users to no longer pass application_id when calling sync
inside setup_hook
3 years ago
Rapptz
b2929513cc
Update modal example for latest changes
3 years ago
Narmy
8e9e25246e
Add an example for app_commands.rename()
Co-authored-by: Danny <[email protected] >
3 years ago
GoogleGenius
61105ce925
Fix minor convention mistakes in basic examples
Co-authored-by: Narmy <[email protected] >
3 years ago
Narmy
14e83dff0e
Adds two basic context menus for members and messages
Co-authored-by: Danny <[email protected] >
3 years ago
Narmy
d437f494db
Add basic slash command example
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
abeea73734
Fix remaining things not explicitly passing the intents kwarg
3 years ago
Rapptz
8591cfc5e7
Run black on all examples and require it for CI
3 years ago
Rapptz
968a1f366f
Change View callback order to (self, interaction, item)
This is more consistent with the rest of the library which always has
the interaction as the first parameter. This has been done before in
the command extension as well, the first parameter is always either
self or the context.
3 years ago
Omkaar
beafaa8a8b
Change intent comments to be consistent in the examples
3 years ago
Rapptz
bc70ec5cfd
Change persistent view example to use new setup_hook
3 years ago
Rapptz
c95c163266
Fix background task examples
3 years ago
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