Results 189 comments of Danny

Thanks for taking the time to implement this! At first glance, I like it. Though I imagine this would probably require new settings for people who don't prefer this view....

I have code actions set to the bulb (since I exclusively use key bindings to trigger the menu) so the interference mentioned there doesn't really impact me much. I think...

> the field is not part of our bot api. it is ignored for bots. No it isn't. ![image](https://user-images.githubusercontent.com/1695103/174389059-98a255b5-95ba-4ed1-b2da-760fa01353a9.png) This field is relatively useful for pairing a message received with...

Unfortunately this one is a bit rough to fix. Per the implementation as it stands, `send_initial_message` isn't called if a message is already supplied. For `Menu` that works okay but...

This is by design at the moment since I support asynchronous iterators which can generally only go forward until they can't anymore.

> Is the pop-out window theme-able in any way? In the script's current state I don't think so. > Is it a non-trivial endeavor to make it a possibility? I...

The latest version of BeautifulDiscord is compatible with versions of Discord that have `contextIsolation` set to `true`. I was told that this was already in all general availability branches but...

You either didn't downgrade correctly or you need to revert your installation as well to undo the injection.

This is fixed in the [`moved-modules`](https://github.com/leovoel/BeautifulDiscord/tree/moved-modules) branch. I'll get to merging it to master eventually.

This is because the process termination failed. You should terminate all the processes Discord has yourself.