We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is
in
1 parent 8fdf18e commit ace28d8Copy full SHA for ace28d8
discord/ext/bridge/core.py
@@ -232,7 +232,7 @@ def __getattribute__(self, name):
232
except AttributeError as e:
233
# if it doesn't exist, check this list, if the name of
234
# the parameter is here
235
- if name is self.__special_attrs__:
+ if name in self.__special_attrs__:
236
raise e
237
238
# looks up the result in the variants.
0 commit comments