Commit Graph

398 Commits

Author SHA1 Message Date
44a44e938f Reformat entire project with ruff instead of black 2025-08-18 20:16:10 -04:00
773fcc83df Remove outdated note about having to delete owned guild 2025-08-14 11:43:50 -04:00
7b3f798044 Add support for guild onboarding
Co-authored-by: Josh <8677174+bijij@users.noreply.github.com>
Co-authored-by: Josh <josh.ja.butt@gmail.com>
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Co-authored-by: Andrin <65789180+Puncher1@users.noreply.github.com>
Co-authored-by: Andrin Schaller <65789180+codeofandrin@users.noreply.github.com>
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
2025-08-08 03:10:32 -04:00
cb7f17020d Deprecate Guild.delete and various parameters for Guild.edit 2025-07-30 17:09:56 -04:00
Mak
cb7300990f Add role parameters to support new gradient and holographic roles
Co-authored-by: dolfies <jeyalfie47@gmail.com>
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2025-07-07 23:07:56 -04:00
7fe1102841 Allow creating NSFW voice/stage channels 2025-06-20 15:07:23 -04:00
f6e0f72498 Add ability to create a media-only forum channel 2025-06-20 15:04:21 -04:00
4a8817af2b Document return object for Guild.create_template 2025-06-20 14:49:20 -04:00
8953938a53 Update Pyright to v1.1.394 2025-02-18 03:29:09 -05:00
418a7915e6 Add raw presence update evemt 2025-01-21 04:49:50 -05:00
fcd9239b33 Add Client.fetch_guild_preview method 2025-01-15 18:01:47 -05:00
1ad45f585f Add missing error for Guild.fetch_automod_rule 2024-10-09 17:46:07 -04:00
a70217a719 Support for Soundboard and VC effects 2024-10-09 17:05:17 -04:00
d3e63a0162 Fix Guild.invites_paused method 2024-08-29 06:08:00 -04:00
fde7131d26 Add missing guild incident fields
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2024-08-28 16:30:18 -04:00
9ab938a9ea Add Guild.fetch_role 2024-08-28 15:54:34 -04:00
7d3eff9d9d Allow discord.Object use for permissions in channel creation 2024-07-10 07:55:16 -04:00
fdb17ead03 Fix exempt_channels not being passed along in create_automod_rule 2024-06-11 17:30:53 -04:00
51142743bc Fix bug with cache superfluously incrementing role position 2024-05-30 22:52:19 -04:00
0bb6967419 Fix typo in Guild.vanity_invite documentation 2024-05-08 23:05:04 -04:00
2e2f51fd5c First pass at supporting user apps
Co-authored-by: red <red@kalab.sk>
Co-authored-by: Vioshim <63890837+Vioshim@users.noreply.github.com>
2024-05-04 23:25:01 -04:00
0ee1794c6d Fix channel deletion not removing associated threads 2024-05-04 23:23:59 -04:00
d853a3f0a7 Document bulk ban user limit and permission 2024-04-18 03:39:09 -04:00
0e016be42c Clarify some docstrings around BulkBanResponse 2024-03-15 18:11:52 -04:00
ded9c5d87b Add support for bulk banning members 2024-03-15 18:05:35 -04:00
edf7ce2ab0 Update Guild.prune_members required permissions notes 2024-03-14 17:39:25 -04:00
851c857a36 Add support for guild incidents
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2024-01-26 20:02:11 -05:00
673bedd285 Replace dot with space in Guild.vanity_invite docs 2023-08-22 06:06:26 -04:00
5eeeef02e4 Remove cached emoji and sticker data if intent is disabled 2023-07-06 20:10:55 -04:00
630b2a1e55 Update pyright version 2023-07-01 18:26:27 -04:00
dc4ed438a5 Fix plain username lookup for Guild.get_member_named
Fix #9451
2023-06-12 19:39:46 -04:00
a8675ccde8 Fix afk_channel docstring error 2023-06-11 12:52:47 -04:00
abfb3a11b0 Refactor Guild.afk_channel to use a property 2023-06-11 12:49:17 -04:00
c5da0fe7c1 Remove and address stale TODO comments 2023-06-11 12:41:04 -04:00
e870bb1335 Add constant for the default file size limit 2023-05-19 21:21:37 -04:00
48cca30ca1 Revert removal of discriminator lookup 2023-05-19 20:59:19 -04:00
df01db3490 Initial support for pomelo migration 2023-05-19 20:59:19 -04:00
66689e16e8 Add with_counts param to fetch_guilds 2023-05-19 20:47:16 -04:00
be861e5eac Fix indentation in create_text_channel docs 2023-05-13 14:15:45 -04:00
bee2db805d Add and change Guild attributes and Guild.edit params 2023-04-18 08:58:50 -04:00
7f578fde22 Update base file size limit 2023-04-18 00:53:43 -04:00
2247ffd9b5 Convert Webhook targets in AuditlogEntry 2023-04-18 00:36:53 -04:00
064cbd1125 Clean up Guild.edit documentation 2023-03-17 18:02:02 -04:00
2ca1a3a9a4 Add mfa_level parameter to Guild.edit 2023-03-16 07:15:12 -04:00
7af70ac988 Add widget_channel and widget_enabled parameters in Guild.edit 2023-03-15 22:53:31 -04:00
08d668f21b Fix improper usages of Optional MISSING in create_forum 2023-03-12 22:22:42 -04:00
7db197ef25 Add default_reaction_emoji and default_forum_layout to create_forum 2023-03-12 22:17:48 -04:00
198425707e Add Guild.get_emoji helper 2023-03-12 22:13:08 -04:00
103d75540c Fix MISSING error for enabled param in create_automod_rule 2023-03-05 17:32:20 -05:00
79c508311f Add support for default_thread_slowmode_delay in TextChannel 2023-03-05 17:31:14 -05:00