Skip to content

Commit

Permalink
Remove friendRemoved event
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH committed Sep 12, 2024
1 parent 8b40319 commit 0224f49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ Emitted when a player leaves the session.
### portal.on('friendAdded', (player) => void)
Emitted when a player is added as a friend. This event is only emitted when the `autoFriendAdd` module is enabled.
### portal.on('friendRemoved', (player) => void)
Emitted when a player is removed as a friend. This event is only emitted when the `autoFriendAdd` module is enabled.
### portal.on('messageRecieved', (message) => void)
Emitted when a message is recieved from a player. This event is only emitted when the `inviteOnMessage` module is enabled.
Expand Down

0 comments on commit 0224f49

Please sign in to comment.