We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d2f3e commit 41abe43Copy full SHA for 41abe43
1 file changed
docs/start/coding.md
@@ -25,7 +25,7 @@ import (
25
26
func main() {
27
driver := driver.NewWSClient(1*time.Second, driver.WSnode{
28
- Url: "localhost:4000",
+ Url: "ws://localhost:4000",
29
})
30
bot := nsx.Default(driver)
31
bot.Run(context.Background())
@@ -61,7 +61,7 @@ go get -u github.com/openai/openai-go
61
```go
62
63
64
65
66
67
pvt := nsx.OnEvent[event.PrivateMessage](bot)
0 commit comments