Commit Graph
22 Commits
Author SHA1 Message Date
Soheab_ 5c46f812c7 Document type property and classmethods for SelectDefaultValueType 2023-11-19 18:52:12 -05:00
Soheab_ ebe2661f7d Add missing scheduled_event field to StageChannel.create_instance 2023-10-01 13:41:07 -04:00
Soheab_andDanny 698363e76b Refactor from_components for Select classes
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2023-09-30 21:21:29 -04:00
Soheab_ d7f8a39a66 Remove duplicated doc for default_values kwarg for select decorator 2023-09-30 12:47:19 -04:00
Soheab_ c5ecc42c72 Add support for default_values field on selects 2023-09-29 15:55:20 -04:00
Soheab_ 135e57c81f Add support for role flags 2023-07-18 05:44:03 -04:00
Soheab_ 14faa9bdab Add support for attachment flags 2023-07-14 21:41:44 -04:00
Soheab_ 0efc05ccce Fix certain select types not appearing in Message.components 2023-06-23 00:19:52 -04:00
Soheab_ 94bf7d8644 [commands] Add displayed_name to commands.Parameter 2023-06-11 12:38:39 -04:00
Soheab_ a938b10e5a [commands] Pass failed argument's value to BadLiteralArgument 2023-03-03 09:07:22 -05:00
Soheab_ a5a93a85bc [commands] Document GroupCog.interaction_check 2023-02-28 02:20:00 -05:00
Soheab_ caf0fbdc1b Correct permission for bypass_verification field in Member.edit 2023-02-13 06:26:32 -05:00
Soheab_ c46f309c13 Add support for member flags 2023-01-25 11:12:31 -05:00
Soheab_ ee07f72906 Add delete_after kwarg to InteractionMessage.edit 2023-01-25 10:13:47 -05:00
Soheab_ a72fc7416c Allow empty strings to be in Embed.to_dict 2022-12-14 19:11:12 -05:00
c83134ab65 Add Interaction.translate method
Co-authored-by: I. Ahmad <54180221+nerdguyahmad@users.noreply.github.com>
Co-authored-by: James Hilton-Balfe <gobot1234yt@gmail.com>
Co-authored-by: Bluesy <68259537+Bluesy1@users.noreply.github.com>
Co-authored-by: Nadir Chowdhury <chowdhurynadir0@outlook.com>
2022-09-03 11:53:55 -04:00
Soheab 668196c14c [commands] Add description kwarg to parameters and show in default help 2022-08-15 12:18:23 -04:00
Soheab e73a805bd7 Add missing data to Argument model 2022-06-12 15:33:08 -04:00
Soheab 3cb90199c9 Remove private legacy cruft from AppCommand models
- Document `options` for AppCommand
- Remove `choices` and `required` from AppCommandGroup
- Rename `arguments` to `options` since it can include `AppCommand` and `AppCommandGroup`.
2022-06-11 13:46:18 -04:00
Soheab dd52f856f3 Use static_format over format if present in Asset.replace 2022-06-10 01:50:19 -04:00
Soheab 3aa55ba1ed Implement Application Command Permissions models 2022-06-07 01:35:33 -04:00
Soheab af265dba06 Add CommandTree.fetch_command 2022-06-03 04:46:20 -04:00