|
|
@@ -9,7 +9,6 @@ import (
|
|
|
"github.com/ayn2op/discordo/internal/logger"
|
|
|
"github.com/ayn2op/discordo/internal/ui/root"
|
|
|
"github.com/ayn2op/tview"
|
|
|
- "github.com/diamondburned/arikawa/v3/utils/ws"
|
|
|
"github.com/gdamore/tcell/v3"
|
|
|
)
|
|
|
|
|
|
@@ -28,7 +27,6 @@ func Run() error {
|
|
|
var level slog.Level
|
|
|
switch logLevel {
|
|
|
case "debug":
|
|
|
- ws.EnableRawEvents = true
|
|
|
level = slog.LevelDebug
|
|
|
case "info":
|
|
|
level = slog.LevelInfo
|