Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.53k stars 3.74k forks source link

support UserProfile.mutual_friends #1766

Closed ioistired closed 5 years ago

ioistired commented 5 years ago

Feature request: add a way for selfbots to see friends shared with a given user.

Use case: I'd like to write a small script to sort my friends list by mutual friends

Bluenix2 commented 5 years ago

Selfbots are against ToS

Gelbpunkt commented 5 years ago

Half of this library's features are only usuable on selfbots. I don't see the point of not adding this, as it's a part of Discord's API, which this library is covering

LyricLy commented 5 years ago

@BluePhoenixGame The library doesn't aim to work against selfbots. It has support for many features that only selfbots can use, and commands.Bot even contains a convenience kwarg for people writing selfbots.