hikari-py/hikari

Consistency around user vs member naming in rest arguments

davfsa opened this issue · 1 comments

We should probably keep some concistency on when we use member vs user in the rest endpoints

My two cents on this would be to:

  • use member for endpoints which only support members
  • use user in all other instances, even when the use of members is more likely

Basically, run the names with the typehints. I feel like that's the most reasonably way to do things.