Rapptz
3530a0f2a8
Fix advanced startup example
2 years ago
Rapptz
f793af0456
Add item parameter to DynamicItem.from_custom_id
2 years ago
Rapptz
418230641c
Add dynamic counter example
2 years ago
Rapptz
a852f90358
Add support for dynamic items that parse custom_id for state
2 years ago
sgtlaggy
5124b73d14
Add extra error handling to converters example
2 years ago
sgtlaggy
dd2125e6b6
Make error handler in modal example more helpful
2 years ago
Abe Hanoka
4adfde1a7b
Fix missing word in persistent view example
2 years ago
Rapptz
2bf2bfc9b4
Add utils.setup_logging to help set up logging outside of Client.run
3 years ago
Willy
84c233eb0e
Remove outdated comment in secret.py example
3 years ago
Rapptz
c92422d185
Add app commands transformer example
Closes #7984
3 years ago
Rapptz
6886f1d01a
Move modal example to its own folder
3 years ago
Rapptz
df54da8bc9
Fix secret example requiring more intents than necessary
3 years ago
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