Paillat

Results 262 comments of Paillat

The maps are from my understanding not *there* in the database, so it's not about commenting out a line.

https://discord.com/developers/docs/resources/user#modify-current-user

> should be fixed in [#2707](https://github.com/Pycord-Development/pycord/pull/2707) If confirmed, #2707 should be marked as fixing this issue

~~Can repro, is not fixed by #2707 nor #2904 ~~

Making `ctx`optional would be breaking. Instead, a new `author` (or whatever you wanna call it) kwarg could be added as Soheab suggests, and `target` could be deprecated. `ctx` would become...

Saw your message, right mb it's not breaking. The only thing I'd see that would seem weird to me is that if you pass positional params, it will assume it...