Artem Bass

Results 10 comments of Artem Bass

@code-by Yes, I suppose, I just [registered my commands ](https://github.com/mispon/xbox-store-bot/blob/master/bot/commands.go#L57) and got the menu button automatically

The same issue after update to the v0.15.0 today ``` 2024-05-08 14:28:53.819 [info] [auth] Logged in as mispon 2024-05-08 14:28:54.480 [info] [auth] Invalid copilot token: missing token: 403 2024-05-08 14:28:54.481...

In my case I copied all libs files to: `C:\Users\Username\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib\` and SDL2.dll right next to my Cargo.toml It's work fine! Huge thx to @clemarescx

Actual workaround ```golang package backoff_watcher import ( "time" "github.com/cenk/backoff" ) type watchBackoff struct { next backoff.BackOff resetTimeout time.Duration lastCallTime time.Time } func NewWatchBackoff(next backoff.BackOff, resetTimeout time.Duration) backoff.BackOff { return &watchBackoff{...

@thiagowfx oow, sorry :D wrote correct title

@thiagowfx @gjenkins8 Greetings! Could you please tell me what's next?

merged main and updated my changes here