Sengolda
19c4a7ebdf
Typed classproperty.fget
2021-10-28 01:19:03 +05:30
Sengolda
cbc0e92e5d
Typed maybe_coroutine
2021-10-28 01:17:47 +05:30
Sengolda
c2184fe244
Typed async_all
2021-10-28 01:15:33 +05:30
Sengolda
4a93653357
Merge branch 'iDevision:2.0' into 2.0
2021-10-28 01:10:34 +05:30
Chiggy-Playz
be9e693047
Fix Literal inside Optional not showing choices ( #98 )
2021-10-27 14:00:21 +01:00
Chiggy-Playz
351bc5bc19
Add Protocol Urls ( #103 )
...
Co-authored-by: Stocker <44980366+StockerMC@users.noreply.github.com>
Co-authored-by: Gnome! <45660393+Gnome-py@users.noreply.github.com>
2021-10-27 13:32:50 +01:00
Gnome
5bb88062fa
Basic interaction autocomplete support
2021-10-26 12:27:31 +01:00
Gnome
e99ee71233
Add ctx.defer
to help with 3 second slash command response rule.
...
Acts as `ctx.interaction.response.defer` or loops `ctx.trigger_typing` depending on context.
2021-10-23 21:19:51 +01:00
iDutchy
63dbecf65d
Fix incorrect doc
...
I forgot about the decorator... min_values can also be 0, so this should prevent confusion
2021-10-20 02:04:28 +02:00
iDutchy
f46d3bfa28
fix incorrect doc
...
As it seems, this stated min_values must be between 1-25 even tho docs state it must be between 0-25. This changes that doc so that it might prevent confusion in the future
2021-10-20 01:54:11 +02:00
Sengolda
11087a0a9d
Fixed.
2021-10-18 20:26:31 +05:30
Sengolda
7541ef06eb
Type-hint _cog_template
2021-10-18 12:26:19 +05:30
Sengolda
322230ec8a
forgot an import
2021-10-18 12:24:48 +05:30
Sengolda
1359714c3c
Format with black
2021-10-18 12:23:27 +05:30
Sengolda
aacfe10e21
typed __main__ and acitivity
2021-10-18 12:22:54 +05:30
Sengolda
ad038d8979
Format with black
2021-10-18 12:13:44 +05:30
Sengolda
bcedffc4bc
type hint set_permissions
2021-10-18 12:12:00 +05:30
Sengolda
387f1bb915
Merge branch 'iDevision:2.0' into 2.0
2021-10-18 12:08:40 +05:30
Stocker
983cbb3161
Add the ability to set the option name with commands.Option ( #102 )
...
* Add the ability to set the option name with commands.Option
* Document commands.Option.name
2021-10-16 15:00:56 +01:00
Soheab
838d9d8986
Add ability to set a flag description. ( #99 )
...
* Add ability to set a flag description.
This PR adds the ability to set a flag description that shows in the slash command options menu.
2021-10-16 13:27:02 +01:00
Sengolda
2e1c573b9f
Type-Hinted logging.getLogger
2021-10-14 02:12:59 +05:30
Chiggy-Playz
e0bf2f9121
Add Channel types support ( #100 )
2021-10-13 17:34:13 +01:00
Gnome
0abac8698d
Fix slash command flag parsing
...
Also removes the extra space at the end of fake message content
2021-10-08 20:06:05 +01:00
Gnome
d781af8be5
Remove maintainer list from README.rst
...
This list became outdated straight away, and is a bad idea in general.
2021-10-08 18:24:22 +01:00
Gnome
9e31aad96d
Fix code style issues with Black
2021-10-07 17:34:29 +01:00
Chiggy-Playz
eca1d9a470
Sort events by categories ( #88 )
2021-10-07 16:48:38 +01:00
Duck
0bbcfd7f33
Update resource links ( #65 )
...
* Updated links
* Remove github discussions from getting help
2021-10-06 20:32:48 +01:00
Ian Webster
ec1e2add21
Update user-agent ( #92 )
2021-10-04 21:11:10 +01:00
Gnome
4277f65051
Implement _FakeSlashMessage.clean_content
...
Closes #83
2021-10-03 21:05:00 +01:00
Gnome!
3260ec6643
Add improved docs for slash commands ( #77 )
...
* Fix command checks actually working
* Current progress on slash command docs
* Improve docs for slash commands further
2021-09-27 01:14:07 -07:00
Chiggy-Playz
d16d2d856f
Sort subcommand names ( #68 )
2021-09-25 22:43:23 -07:00
Gnome!
456d71d228
Add better support for MENTIONABLE ( #74 )
2021-09-25 22:41:43 -07:00
Gnome!
093a38527d
Fix slash command prefix to / ( #75 )
2021-09-25 22:40:35 -07:00
NORXND
163d8e6586
Merge pull request #76
...
* Fix docs in BadInviteArgument class
2021-09-25 22:39:09 -07:00
Tom
0637a628ca
update workflows ( #73 )
...
* modify workflows to fit into one file, fix pyright workflow
* remove redundant pip install
* add check flag to black
* use psf/black for black checker
2021-09-21 14:51:46 -07:00
Gnome!
02c6b07834
Merge pull request #72
...
* Fix command checks actually working
2021-09-21 14:34:54 -07:00
Gnome!
b810848273
Merge pull request #70
...
* Fix embed image/thumbnail property
2021-09-21 12:10:16 -07:00
Astrea
cd4bb296f3
Merge pull request #58
...
* FIxed `userinfo` command not returning an avatar...
* Quick merge conflict fix
* Merge branch '2.0' into converter-example-fix
* Fix code style issues with Black
2021-09-21 11:52:55 -07:00
Arnav Jindal
6a63ce2ed7
Add typechecking for PRS/Commits ( #59 )
...
* Create ci.yml
* Create .python-black
* Remove linting
2021-09-21 11:52:03 -07:00
Gnome!
fba7ca420c
Merge pull request #63
...
* Add ephemeral attachment field
* I did not miss a comma
2021-09-21 11:51:23 -07:00
Gnome!
e65415d3c8
Merge pull request #60
...
* Rework how checks add attributes to Commmand
* Merge remote-tracking branch 'upstream/2.0' into command-attrs-checks
2021-09-21 11:47:28 -07:00
Astrea
2ecf755372
Merge pull request #57
...
* FIx _accent_colour being improperly typehinted
2021-09-21 11:37:28 -07:00
Gnome!
00ae8bb18c
Fix all invites to devision server invite ( #69 )
2021-09-20 21:25:48 +02:00
iDutchy
0638bda719
Fix docs invite
...
Invite link on docs was still set to dpy, this changes it to edpy
2021-09-19 02:42:43 +02:00
Gnome!
1957fa6011
Implement a least breaking approach to slash commands ( #39 )
...
* Most slash command support completed, needs some debugging (and reindent)
* Implement a ctx.send helper for slash commands
* Add group command support
* Add Option converter, fix default optional, fix help command
* Add client.setup and move readying commands to that
* Implement _FakeSlashMessage.from_interaction
* Rename normmal_command to message_command
* Add docs for added params
* Add slash_command_guilds to bot and decos
* Fix merge conflict
* Remove name from commands.Option, wasn't used
* Move slash command processing to BotBase.process_slash_commands
* Create slash_only.py
Basic example for slash commands
* Create slash_and_message.py
Basic example for mixed commands
* Fix slash_command and normal_command bools
* Add some basic error handling for registration
* Fixed converter upload errors
* Fix some logic and make an actual example
* Thanks Safety Jim
* docstrings, *args, and error changes
* Add proper literal support
* Add basic documentation on slash commands
* Fix non-slash command interactions
* Fix ctx.reply in slash command context
* Fix typing on Context.reply
* Fix multiple optional argument sorting
* Update ctx.message docs to mention error instead of warning
* Move slash command creation to BotBase
* Fix code style issues with Black
* Rearrange some stuff and add flag support
* Change some errors and fix interaction.channel fixing
* Fix slash command quoting for *args
Co-authored-by: iDutchy <42503862+iDutchy@users.noreply.github.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2021-09-19 01:28:11 +02:00
Astrea
75a23351c4
Revert #42 ( #61 )
2021-09-09 00:02:02 +02:00
Lint Action
7513c2138f
Fix code style issues with Black
2021-09-05 21:34:20 +00:00
IAmTomahawkx
a23dae8604
Merge branch '2.0' of https://github.com/IDevision/enhanced-discord.py into 2.0
2021-09-05 14:33:00 -07:00
IAmTomahawkx
1833e984ce
add black workflow, change our code formats. closes #43
2021-09-05 14:32:51 -07:00
Gnome!
53a6b2cb45
Revert "Merge pull request #12 " ( #56 )
...
This reverts commit 42c0a8d8a5840c00185e367933e61e2565bf7305.
2021-09-05 10:37:51 -07:00