Sawako

Results 59 comments of Sawako

I just tested this PR and it only registers 2 commands out of 15 at the user level. ```rs #[poise::command( slash_command, prefix_command, rename = "avatar", category = "utils", required_bot_permissions =...

@zkxs I did it, I also reinstalled the app and the same commands still appear, I also tried from the web / ios app and same result.

@fgardt Hum, I have tried it and same result. I have noticed that in some servers the commands appear and in others only 2 appear, what can it be?

@zkxs @fgardt Command working: ```rust /// Check the bot's latency /// /// This command will show you the bot's latency, the server it is currently on, /// the number of...

@zkxs I don't think it's that because if I add the bot to the server they all appear.

Ok, I saw what the problem was, I forgot that they are subcommands, not proper commands. :sob: Sorryyyyy.

Yes, but for example Jetbrains ides does not detect it if it is not the full path instead of an alias. And I installed it using the .exe from the...

Same problem here with nextjs 15.0.2 ```shell hook.js:608 Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type...

I have the same error and this fix the error: https://github.com/vercel/swr/issues/2986#issuecomment-2561904700 Thank you and I hope the swr team can do something about it.

@tevass I can confirm that using the version you say works fine again.