We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41abe43 commit 5dc2f00Copy full SHA for 5dc2f00
1 file changed
docs/start/coding.md
@@ -38,7 +38,7 @@ func main() {
38
```go
39
func main() {
40
driver := driver.NewWSClient(1*time.Second, driver.WSnode{
41
- Url: "localhost:4000",
+ Url: "ws://localhost:4000",
42
})
43
bot := nsx.Default(driver)
44
pvt := nsx.OnEvent[event.PrivateMessage](bot)
0 commit comments