172 Commits

Author SHA1 Message Date
Rapptz
460d188359 Version bump for development 2025-03-04 20:16:50 -05:00
Rapptz
d2a6ccf715 Version bump to v2.5.2 2025-03-04 20:13:27 -05:00
Rapptz
973bb5089f Version bump for development 2025-03-04 02:15:32 -05:00
Rapptz
73f261d536 Version bump to v2.5.1 2025-03-04 02:14:02 -05:00
Rapptz
2cf1babb4a Version bump for development 2025-02-18 08:06:01 -05:00
Rapptz
e837ac1cac Version bump to v2.5.0 2025-02-18 08:05:13 -05:00
Mysty
418a7915e6
Add raw presence update evemt 2025-01-21 04:49:50 -05:00
MCausc78
58b6929aa5
Add SKU subscriptions support 2024-10-09 18:04:14 -04:00
Andrin
a70217a719
Support for Soundboard and VC effects 2024-10-09 17:05:17 -04:00
Rapptz
df4b1c88df Move MissingApplicationID to top-level discord namespace 2024-08-31 08:51:56 -04:00
Rapptz
3a80636029 Version bump for development 2024-06-21 21:17:36 -04:00
Rapptz
978a96b25c Version bump to v2.4.0 2024-06-21 21:08:59 -04:00
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Josh <8677174+bijij@users.noreply.github.com>
Co-authored-by: Trevor Flahardy <75498301+trevorflahardy@users.noreply.github.com>
2024-05-10 06:14:12 -04:00
Lucas Hardt
99618c823a
Add support for premium app integrations
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
Co-authored-by: Lucas Hardt <lucas.hardt@fu-berlin.de>
Co-authored-by: Andrin S. <65789180+Puncher1@users.noreply.github.com>
2023-10-19 07:27:29 -04:00
Rapptz
c6bdb0b0dd Version bump for development 2023-06-26 04:14:15 -04:00
Rapptz
2a9640b516 Version bump to v2.3.1 2023-06-26 04:13:50 -04:00
Rapptz
0c6a2fc3d5 Version bump for development 2023-06-12 14:03:02 -04:00
Rapptz
c785e4ba75 Version bump to v2.3 2023-06-12 13:40:41 -04:00
Rapptz
78099992dd Version bump for development 2023-03-01 22:49:32 -05:00
Rapptz
78175ded1b Version bump to v2.2.2 2023-03-01 22:48:19 -05:00
Rapptz
82bfb3cf34 Version bump for development 2023-03-01 19:44:50 -05:00
Rapptz
bbf2cce488 Version bump to v2.2.1 2023-03-01 19:44:50 -05:00
Rapptz
7a0744c9a9 Version bump for development 2023-02-28 09:10:46 -05:00
Rapptz
7f1b39b5b3 Version bump to v2.2.0 2023-02-28 09:10:18 -05:00
Varun J
029ed6c46d
Version bump for development 2022-11-16 11:28:38 -05:00
Rapptz
24bdb44d54 Version bump for development 2022-11-12 14:48:26 -05:00
Rapptz
24b61a71c1 Version bump to v2.1.0 2022-11-12 14:47:24 -05:00
Rapptz
8ab4d25d40 Version bump for development 2022-08-27 19:52:46 -04:00
Rapptz
cb587f67ba Version bump to v2.0.1 2022-08-27 19:47:48 -04:00
Rapptz
4abea7bafa Version bump for development 2022-08-17 23:30:19 -04:00
Rapptz
575af0ff51 Version bump to v2.0.0 2022-08-17 23:28:51 -04:00
Alex Nørgaard
5426d19dc7
Implement AutoMod 2022-06-27 00:47:52 -04:00
Nadir Chowdhury
e2d0193531
Implement WelcomeScreen 2022-05-21 21:26:06 -04:00
Rapptz
52e16573f5 Remove unused imports and make exports explicit
This allows Pyright to actually catch these errors, which would be
useful for CI purposes in the future.
2022-04-02 11:38:39 -04:00
thetimtoy
58c1e8fabf
Remove unnecessary exported variables 2022-03-20 02:58:48 -04:00
Rapptz
0d2db90028 Implement slash commands 2022-03-01 05:35:29 -05:00
Nadir Chowdhury
3c6279b947
Implement Guild Scheduled Events 2022-03-01 01:00:04 -05:00
Rapptz
d0c295b595 Add explicit type annotation to version_info and reformat 2021-08-22 02:38:51 -04:00
Ryu JuHeon
0faf4c8e2b
Stricter type hint in releaselevel 2021-07-21 02:45:21 -04:00
Arnav Jindal
cd4b0904db
Change NamedTuple in __init__.py 2021-06-30 03:12:40 -04:00
Rapptz
68c7c538f5 First pass at preliminary thread support
This is missing a lot of functionality right now, such as two gateway
events and all the HTTP CRUD endpoints.
2021-06-08 07:23:40 -04:00
Nadir Chowdhury
9f98a9a87f
Implement StageInstance 2021-05-30 13:51:52 -04:00
Rapptz
98570793e4 Add initial support for buttons and components 2021-05-27 00:53:13 -04:00
Nadir Chowdhury
89456022cf
Add __all__ to remaining modules 2021-04-07 02:30:32 -04:00
Rapptz
8cece19b22 Add on_interaction event and Interaction class.
This is the first pass at the functionality. It's currently a bit
incomplete.
2021-04-06 01:11:36 -04:00
Rapptz
54288879e2 Remove userbot functionality
This has a lot of legacy and cruft so there may be some stuff I've
missed but this first pass is enough to get a clear separation.
2021-04-04 10:15:30 -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
Rapptz
68e379bc8b Version bump for development 2021-04-04 03:53:26 -04:00
Rapptz
757dd92272 Version bump to v1.7 2021-04-04 00:54:10 -04:00
Rapptz
c5a44d8303 Version bump for development 2021-01-16 05:41:21 -05:00