c95d12dcfc
Prevent KeyError
when removing scheduled event user
2022-03-11 20:50:49 -05:00
206c340252
Fix versionadded in UserFlags.spammer
...
Fixes #7643
2022-03-11 10:28:41 -05:00
333849e5a3
Unbind bound methods passed to Command constructor
...
Fixes #7600
2022-03-11 10:26:16 -05:00
140a827190
Fix default guilds for commands not being respected
...
Pesky little typo
Fix #7641
2022-03-11 08:33:37 -05:00
740c156cd8
Allow Optional transformers to work at runtime
2022-03-11 08:06:11 -05:00
bbf7a7981b
Ensure all choices are the same type as the parameter type
...
Fixes #7625
2022-03-11 07:29:11 -05:00
377561844d
Raise an error if a child command has default guilds set
2022-03-11 07:18:34 -05:00
f54c4ca54e
Validate application command names
2022-03-11 06:40:28 -05:00
65fc6951bc
Add support for stage instance's scheduled event
2022-03-11 04:09:56 -05:00
04535e4e1d
[tasks] use None instead of MISSING for internal attributes
2022-03-10 23:12:22 -05:00
f4ca36ec5a
Add Member.timeout helper method
2022-03-10 21:32:33 -05:00
483ffeacd4
Inject state into PartialEmoji in Activity
2022-03-10 20:56:20 -05:00
adb69e7157
Fix some spelling mistakes
2022-03-10 20:45:16 -05:00
26c6b4d449
Use new differentiator for guild and global commands
...
Fixes #7602
2022-03-10 20:10:49 -05:00
02fcc814e1
Allow passing guild_ids in constructors of Command and Group
...
Fixes #7626
2022-03-10 19:31:27 -05:00
f6453d9439
Fix free functions being passed a binding in autocomplete callbacks
...
Fix #7624
2022-03-10 19:26:00 -05:00
ef92170a9d
Fix Message.edit ignoring suppress kwarg
2022-03-10 18:56:42 -05:00
0ea6fdac5a
Fix typo in Client.get_stage_instance
2022-03-10 18:53:20 -05:00
8502978649
Check the global scope when dispatching context menus
2022-03-10 18:51:14 -05:00
f09f0ea8ca
Fix addition TypeError with Guild.member_count
2022-03-10 17:44:42 -05:00
d22a7fb793
Fix intents typo in new_member example
2022-03-10 06:20:33 -05:00
4edfcd165d
Version bump aiohttp and PyNaCl
...
Fixes #7614
2022-03-10 06:03:59 -05:00
5ff657dbec
Add missing attributes in PartialInviteGuild
2022-03-10 05:39:03 -05:00
d210f799ee
[commands] Fix cog eject behaviour with application commands
...
This was using the old attribute I forgot to change.
2022-03-10 05:33:54 -05:00
71586836e1
Add Guild.vanity_url helper property
2022-03-10 05:06:02 -05:00
340f09a1c0
[commands] Update ScheduledEventConverter docs for clarity
...
Co-authored-by: Danny <Rapptz@users.noreply.github.com >
Co-authored-by: ashish <68690233+asheeeshh@users.noreply.github.com >
2022-03-10 00:20:11 -05:00
9c054e9222
Remove unbound remnants of Guild._member_count
...
Since now it's always Optional[int]
2022-03-09 23:22:07 -05:00
03687fb616
Change Guild.member_count to Optional[int]
2022-03-09 23:06:07 -05:00
9b65b5ce2e
Fix scheduled event payload and docstring type
2022-03-09 21:31:14 -05:00
15885ea728
Add an example for the new modals
2022-03-09 20:45:37 -05:00
70876d7f51
ScheduledEvent.description can be Optional
2022-03-09 20:42:25 -05:00
a6ae7ec196
Raise error if two trees are registered to the same connection state
2022-03-09 20:35:07 -05:00
446bfa78b0
[commands] Allow Cog and app_commands interopability
...
This changeset allows app commands defined inside Cog to work as
expected. Likewise, by deriving app_commands.Group and Cog you can
make the cog function as a top level command on Discord.
2022-03-09 20:26:54 -05:00
5741ad9368
Change default guild IDs attribute to persist on copy
2022-03-09 20:26:54 -05:00
0d126c594c
Use descriptor protocol to obtain attribute name instead of a dict
2022-03-09 20:26:54 -05:00
303d33bb08
Support Group with app_commands.guilds decorator
2022-03-09 20:26:54 -05:00
9d27855755
Update attributes of instantiated Group to point to the Command copy
2022-03-09 20:26:54 -05:00
56e0c1b3d7
Fix typo in applications.commands scope
2022-03-09 20:26:53 -05:00
432de92e8a
Update translations, add Crowdin CLI config
2022-03-09 20:07:48 -05:00
3300f12dbb
Fix scheduled event dispatch arguments
2022-03-09 20:07:22 -05:00
93fba264ad
[commands] add ScheduledEvent converter
2022-03-09 17:56:50 -05:00
bf3eb0a7fe
[commands] Fix for _Bot Context generic in converters
2022-03-09 17:55:55 -05:00
89009759e0
Fix missing User import in reaction.py
...
Signed-off-by: Jens Reidel <adrian@travitia.xyz >
2022-03-09 08:46:33 -05:00
8825bf922f
Fix Member.move_to typehint and docstring
2022-03-09 07:41:51 -05:00
cb7ecf0938
Fix errors in ScheduledEvent and add url property
2022-03-09 07:38:13 -05:00
5569b6e1f8
Remove outdated note in FAQ
2022-03-08 23:48:35 -05:00
68b0759637
Add sidebar search and support for search bar middle clicking
2022-03-08 21:26:12 -05:00
1a73444275
Categorize events in the documentation
2022-03-08 21:25:28 -05:00
920da3a73f
Update docs for audit logs relating to scheduled events
2022-03-08 21:20:49 -05:00
4c00b8110c
Add audit log event transformer for AuditLogEntry.target
2022-03-08 21:20:23 -05:00