Update 'client.go'

This commit is contained in:
Matthew 2022-08-05 19:18:56 +00:00
parent 738bf5caf5
commit 66939a180e

View File

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