Revert Group.on_error copy due to failing tests

This commit is contained in:
Rapptz 2022-09-24 01:43:28 -04:00
parent 6e5392c6e2
commit cd04f6ca41

View File

@ -1656,9 +1656,6 @@ class Group:
copy._children = {}
copy.extras = self.extras
if not hasattr(self.on_error, '__discord_app_commands_base_function__'):
copy.on_error = self.on_error
bindings[self] = copy
for child in self._children.values():