3656 Commits

Author SHA1 Message Date
Gnome
9b9874c233 Merge branch '2.0' of github.com:Gnome-py/enhanced-discord.py into 2.0 2021-09-06 11:29:35 +01:00
Gnome!
2424491ca3
Merge branch 'iDevision:2.0' into 2.0 2021-09-05 18:38:49 +01:00
Gnome!
53a6b2cb45
Revert "Merge pull request #12" (#56)
This reverts commit 42c0a8d8a5840c00185e367933e61e2565bf7305.
2021-09-05 10:37:51 -07:00
Gnome
4a38d64cf2 Merge branch '2.0' of github.com:Gnome-py/enhanced-discord.py into 2.0 2021-09-05 17:55:50 +01:00
Gnome!
6af5399936
Merge branch 'iDevision:2.0' into 2.0 2021-09-05 15:57:14 +01:00
Gnome
1391305e5a Update ctx.message docs to mention error instead of warning 2021-09-05 15:30:53 +01:00
iDutchy
65640ddfc7
Merge pull request #55 from TheMoksej/patch-2
remove unnecessary await
2021-09-05 15:24:45 +02:00
Moksej
14b3188bb8
remove unnecessary await 2021-09-05 13:58:10 +02:00
Gnome
575a92cd3a Fix multiple optional argument sorting 2021-09-05 12:39:53 +01:00
Gnome
e9b95eaff7 Fix typing on Context.reply 2021-09-04 21:26:52 +01:00
Gnome
2a1dc8a069 Fix ctx.reply in slash command context 2021-09-04 20:57:29 +01:00
Gnome
6cb0737dfe Fix non-slash command interactions 2021-09-04 10:59:42 +01:00
Gnome
bad92723fc Add basic documentation on slash commands 2021-09-03 20:48:43 +01:00
Gnome
623fcc0ac0 Add proper literal support 2021-09-03 20:18:15 +01:00
Arthur
3ffe134895
Merge pull request #44
* Typehint gateway.py

* Add relevant typehints to gateway.py to voice_client.py

* Change EventListener to subclass NamedTuple

* Add return type for DiscordWebSocket.wait_for

* Correct deque typehint

* Remove unnecessary typehints for literals

* Use type aliases

* Merge branch '2.0' into pr7422
2021-09-02 13:50:19 -07:00
Arthur
1032728311
Merge pull request #32
* Add get/fetch_member to ThreadMember objects
2021-09-02 13:43:19 -07:00
Arthur
33470ff196
Merge pull request #31
* Add bots and humans to TextChannel
2021-09-02 13:41:26 -07:00
Arthur
47e42d1648
Merge pull request #42
* implement WelcomeScreen

* copy over the kwargs issue.

* readable variable names

* modernise code

* modernise pt2

* Update discord/welcome_screen.py

* make pylance not cry from my onions

* type http.py

* remove extraneous import
2021-09-02 13:40:11 -07:00
Astrea
4055bafaa5
Merge pull request #47
* Added `on_raw_typing` event
2021-09-02 13:34:39 -07:00
Gnome
8a779ef595 docstrings, *args, and error changes 2021-09-02 21:24:37 +01:00
IAmTomahawkx
152b61aabb fix recursionerror caused by a Pull Request 2021-09-02 12:49:38 -07:00
Ahmad Ansori Palembani
f37be7961a
Merge pull request #41
* Fixed `TypeError`

* Handles `EmptyEmbed` inside setter instead of set_

* Remove return and setter docstring
2021-09-02 12:46:56 -07:00
NightSlasher35
0f6db99c59
Merge pull request #22
* add nitro booster color

* Update discord/colour.py
2021-09-02 12:34:41 -07:00
chillymosh
42c0a8d8a5
Merge pull request #12
* Clean up python

* Clean up bot python

* revert lists

* revert commands.bot completely

* extract raise_expected_coro further

* add new lines

* removed erroneous import

* remove hashed line
2021-09-02 12:32:46 -07:00
Arthur
092fbca08f
Merge pull request #21
* [BREAKING] Make case_insensitive default to True on groups and commands
2021-09-02 12:28:03 -07:00
Arthur
13834d1147
Merge pull request #7
* Add try_user to get a user from cache or from the gateway.

* Extract populate_owners into a new coroutine.

* Add a try_owners coroutine to get a list of owners of the bot.

* Fix coding-style.

* Fix a bug where None would be returned in try_owners if the cache was…

* Fix docstring

* Add spacing in the code
2021-09-02 12:24:52 -07:00
Arthur
5d10384576
Merge pull request #27
* Add author_permissions to the Context object as a shortcut to return …
2021-09-02 12:18:26 -07:00
Daud
fc0188d7bc
Merge pull request #49
* Change README title to enhanced-discord.py
2021-09-02 12:17:19 -07:00
Gnome
7bf90f9e27 Thanks Safety Jim 2021-09-02 16:12:08 +01:00
Gnome
ce16dc97ed Fix some logic and make an actual example 2021-09-02 16:10:35 +01:00
Gnome
16ed293e00 Merge branch 'required-intents' into 2.0 2021-09-02 15:39:23 +01:00
Gnome
5eeefb8af6 Fixed converter upload errors 2021-09-02 14:31:19 +01:00
Gnome
fe780a04a2 Add some basic error handling for registration 2021-09-02 13:07:07 +01:00
Gnome
41e3d13eaf Merge branch '2.0' of github.com:Gnome-py/enhanced-discord.py into 2.0 2021-09-02 12:34:17 +01:00
Gnome
355097589a Fix slash_command and normal_command bools 2021-09-02 12:33:48 +01:00
iDutchy
a62c0ff0d1
Merge pull request #16 from paris-ci/alias_administrator_to_admin
Alias admin to administrators in permissions. This needs to be tested…
2021-09-02 03:06:30 +02:00
iDutchy
b75be64044
Update permissions.py
A better implementation :)
2021-09-02 03:05:49 +02:00
NightSlasher35
630a842556
Update CONTRIBUTING.md correctly (#29)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: Tom <47765953+IAmTomahawkx@users.noreply.github.com>
2021-09-01 17:49:41 -07:00
Arthur
c485e08ea0
Add try_member to guild. (#14)
* Add try_member to guild.

This also fix an omission in the fetch_member docs. fetch_member raises NotFound if the given user isn't in the guild.

* Optimize imports.
2021-09-01 17:47:15 -07:00
iDutchy
15f04aa0d2
Create slash_and_message.py
Basic example for mixed commands
2021-09-02 02:18:33 +02:00
iDutchy
fcb72c1225
Create slash_only.py
Basic example for slash commands
2021-09-02 02:16:01 +02:00
classerase
dba9a8abb9
Update README.rst (#48) 2021-09-01 15:30:15 -07:00
Gnome
caa5f39c0f Move slash command processing to BotBase.process_slash_commands 2021-09-01 21:10:54 +01:00
Gnome
84b1d7d0cd Remove name from commands.Option, wasn't used 2021-09-01 18:53:50 +01:00
Gnome
a6d6472c79 Fix merge conflict 2021-09-01 17:45:25 +01:00
Gnome
f1d7d353b5 Add slash_command_guilds to bot and decos 2021-09-01 17:00:37 +01:00
Gnome
6faea43c99 Add docs for added params 2021-09-01 14:44:24 +01:00
Gnome
667c8e7caa Rename normmal_command to message_command 2021-09-01 12:45:39 +01:00
Gnome
5a49e1bf68 Implement _FakeSlashMessage.from_interaction 2021-09-01 11:51:45 +01:00
iDutchy
6f5614373a
Merge pull request #15 from WhoTheOOF/patch-3
Add original dark blurple
2021-09-01 04:40:12 +02:00