Nadir Chowdhury
|
3e92196a2b
|
Add typings for audit logs, integrations, and webhooks
|
2021-04-10 02:53:24 -04:00 |
|
Rapptz
|
99fc950510
|
Use f-strings in more places that were missed.
|
2021-04-08 06:02:47 -04:00 |
|
Nadir Chowdhury
|
89456022cf
|
Add __all__ to remaining modules
|
2021-04-07 02:30:32 -04:00 |
|
Rapptz
|
ff7094ce96
|
Convert datetimes to aware datetimes with UTC.
Naive datetimes will now be interpreted as local time throughout
the library.
|
2021-04-04 23:54:08 -04:00 |
|
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`.
|
2021-04-04 07:03:53 -04:00 |
|
Nihaal Sangha
|
69bdc3a184
|
Change copyright year to present
|
2021-01-15 05:28:11 -05:00 |
|
Tarek
|
7f17dc79a6
|
Remove namedtuples to better future guard the library
|
2020-09-21 03:36:58 -04:00 |
|
Xua
|
a1d6ff82dd
|
Fix NameError and AttributeError in Template and Integrations
|
2020-08-05 05:48:42 -04:00 |
|
NCPlayz
|
ce03c62c6b
|
[bugs] stop resolving Object for template/invite; remove dupe methods
|
2020-06-29 16:58:19 +01:00 |
|
Nadir Chowdhury
|
a64006ee9b
|
Add support for integrations
|
2020-06-28 14:50:43 -04:00 |
|