Omkaar

Results 10 comments of Omkaar

@I2rys Long-click is the analog of right-click on mobile. Long-click works for user and message menus.

@janderedev Chrome / Android; it worked before the recent update, in which server reordering was added.

@kaname-png This issue is a duplicate of #687.

`discord.py` seems to have made this same breaking change, yet has not added any aliases.

> This is a big breaking change. `edit_original_message`, `delete_original_message`, and any other attributes/methods you renamed should be aliases instead. Do I have to mention the alias in the docs?

@EmreTech The requested changes have been made.

> You also try to change Exception or Exception to just Exception in test_bpo_42057, even though [BPO 42057](https://github.com/python/cpython/issues/86223) makes it look like the duplication is intentional and essential. I have...