Skip to content

Commit

Permalink
Add latency method to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Sep 23, 2024
1 parent 5f98587 commit f4e584f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (c *Client) Depart(channel string)
func (c *Client) Userlist(channel string) ([]string, error)
func (c *Client) Connect() error
func (c *Client) Disconnect() error
func (c *Client) Latency() (latency time.Duration, err error)
```

### Options
Expand Down

0 comments on commit f4e584f

Please sign in to comment.