GoogleGenius
|
61105ce925
|
Fix minor convention mistakes in basic examples
Co-authored-by: Narmy <67862800+NarmyOnDiscord@users.noreply.github.com>
|
3 years ago |
Rapptz
|
8591cfc5e7
|
Run black on all examples and require it for CI
|
3 years ago |
Omkaar
|
beafaa8a8b
|
Change intent comments to be consistent in the examples
|
3 years ago |
Austin
|
5780ff5ef0
|
Add message content intent to examples
|
3 years ago |
pikaninja
|
caa9512a8a
|
Make on_ready examples consistent
|
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 |
Zomatree
|
4bce41f7aa
|
Add intents to examples
|
5 years ago |
Rapptz
|
f8a5d890fe
|
Update examples to match the new rewrite API.
|
8 years ago |
Rapptz
|
72e84a1b47
|
Change all email/password pair examples to use token.
|
9 years ago |
Rapptz
|
8d76e7095e
|
Basic bot example now shows documenting for the built-in help command.
|
9 years ago |
Rapptz
|
246698254f
|
Add basic example bot showcasing the commands ext module.
|
9 years ago |