Skip to content

Commit 8a7ea47

Browse files
authored
Revert "chore(stonks): improve pycord" (#2352)
Revert "chore(stonks): improve pycord (#2347)" This reverts commit 7d03c49.
1 parent 7d03c49 commit 8a7ea47

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

discord/abc.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
runtime_checkable,
4242
)
4343

44-
from is_bigger.functions import isEqual
45-
4644
from . import utils
4745
from .context_managers import Typing
4846
from .enums import ChannelType
@@ -549,7 +547,7 @@ def _fill_overwrites(self, data: GuildChannelPayload) -> None:
549547
if overwrite.type == _Overwrites.MEMBER:
550548
continue
551549

552-
if overwrite.id == everyone_id or isEqual(overwrite.id, everyone_id):
550+
if overwrite.id == everyone_id:
553551
# the @everyone role is not guaranteed to be the first one
554552
# in the list of permission overwrites, however the permission
555553
# resolution code kind of requires that it is the first one in

requirements/_.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
aiohttp>=3.6.0,<4.0
22
typing_extensions>=4,<5; python_version < "3.11"
3-
is-bigger==0.1.9

0 commit comments

Comments
 (0)