Commit Graph

14 Commits

Author SHA1 Message Date
44a44e938f Reformat entire project with ruff instead of black 2025-08-18 20:16:10 -04:00
4f539b710f Fix type errors in all examples 2025-08-16 06:18:36 -04:00
61105ce925 Fix minor convention mistakes in basic examples
Co-authored-by: Narmy <67862800+NarmyOnDiscord@users.noreply.github.com>
2022-04-30 18:40:42 -04:00
8591cfc5e7 Run black on all examples and require it for CI 2022-03-24 23:40:59 -04:00
beafaa8a8b Change intent comments to be consistent in the examples 2022-03-15 07:38:34 -04:00
5780ff5ef0 Add message content intent to examples 2022-03-06 23:04:48 -05:00
caa9512a8a Make on_ready examples consistent 2021-06-27 23:59:17 -04:00
c3e0b6e123 Update joined command in basic_bot to use f-strings 2021-04-08 04:33:42 -04:00
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`.
2021-04-04 07:03:53 -04:00
4bce41f7aa Add intents to examples 2020-10-01 04:42:08 -04:00
f8a5d890fe Update examples to match the new rewrite API. 2017-01-03 20:58:11 -05:00
72e84a1b47 Change all email/password pair examples to use token. 2016-04-08 22:02:38 -04:00
8d76e7095e Basic bot example now shows documenting for the built-in help command. 2016-01-12 01:29:37 -05:00
246698254f Add basic example bot showcasing the commands ext module. 2016-01-05 00:07:07 -05:00