Commit Graph

9 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
5124b73d14 Add extra error handling to converters example 2023-01-14 18:56:38 -05:00
8591cfc5e7 Run black on all examples and require it for CI 2022-03-24 23:40:59 -04:00
e63c9bad85 Use display_avatar instead of avatar in converters example 2022-03-06 23:05:06 -05:00
5780ff5ef0 Add message content intent to examples 2022-03-06 23:04:48 -05:00
127b3239e9 Fix AttributeError in examples 2021-04-27 08:09:01 -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
7f05f7f6c0 Add converter example 2021-02-23 03:54:31 -05:00