Commit Graph

8 Commits

Author SHA1 Message Date
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