Skip to content

Commit d1fbb39

Browse files
athykFayeDel
andauthored
Refactor: Allow suppression of non existent events (#968)
* Update client.py * Add another r onto occurred Co-authored-by: DeltaX <33706469+DeltaXWizard@users.noreply.github.com>
1 parent b8367f2 commit d1fbb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/api/gateway/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def __modify_guild_cache():
501501
self._dispatch.dispatch(f"on_{name}", obj)
502502

503503
except AttributeError as error:
504-
log.fatal(f"An error occurred dispatching {name}: {error}")
504+
log.warning(f"An error occurred dispatching {name}: {error}")
505505

506506
def __contextualize(self, data: dict) -> "_Context":
507507
"""

0 commit comments

Comments
 (0)