Skip to content

Commit

Permalink
Ignore guild join request updates
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Oct 9, 2023
1 parent d4d1f04 commit 9d0ebeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions novus/api/gateway/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init__(self, shard: GatewayShard) -> None:
"GUILD_EMOJIS_UPDATE": self._handle_guild_emojis_update,
"GUILD_STICKERS_UPDATE": self._handle_guild_stickers_update,
"GUILD_INTEGRATIONS_UPDATE": self.ignore("GUILD_INTEGRATIONS_UPDATE"),
"GUILD_JOIN_REQUEST_UPDATE": self.ignore("GUILD_JOIN_REQUEST_UPDATE"),
"GUILD_MEMBER_ADD": self._handle_guild_member_add,
"GUILD_MEMBER_REMOVE": self._handle_guild_member_remove,
"GUILD_MEMBER_UPDATE": self._handle_guild_member_update,
Expand Down

0 comments on commit 9d0ebeb

Please sign in to comment.