|
|
@@ -7,7 +7,6 @@ import (
|
|
|
"github.com/ayn2op/discordo/internal/http"
|
|
|
"github.com/ayn2op/discordo/internal/notifications"
|
|
|
"github.com/ayn2op/tview"
|
|
|
- "github.com/diamondburned/arikawa/v3/api"
|
|
|
"github.com/diamondburned/arikawa/v3/gateway"
|
|
|
"github.com/diamondburned/arikawa/v3/session"
|
|
|
"github.com/diamondburned/arikawa/v3/state"
|
|
|
@@ -22,8 +21,6 @@ import (
|
|
|
|
|
|
func openState(token string) error {
|
|
|
identifyProps := http.IdentifyProperties()
|
|
|
-
|
|
|
- api.UserAgent = http.BrowserUserAgent
|
|
|
gateway.DefaultIdentity = identifyProps
|
|
|
gateway.DefaultPresence = &gateway.UpdatePresenceCommand{
|
|
|
Status: app.cfg.Status,
|