Compare commits

...

2 Commits
v0.3.3 ... main

Author SHA1 Message Date
bd1b431cc6 Update 'go.mod' 2022-08-05 19:33:56 +00:00
66939a180e Update 'client.go' 2022-08-05 19:18:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ import (
) )
const ( const (
WS_URL = "wss://ws.revolt.chat" WS_URL = "wss://ws.divolt.xyz"
API_URL = "https://api.revolt.chat" API_URL = "https://api.divolt.xyz"
) )
// Client struct. // Client struct.

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/5elenay/revoltgo module git.cesium.pw/matthew/revoltgo
go 1.17 go 1.17