strinking / mawabot

A Discord selfbot to do tasks
MIT License
4 stars 2 forks source link

Fix uinfo #62

Closed emmiegit closed 6 years ago

emmiegit commented 6 years ago

This fixes the old bugs in .uinfo, and allows it to work on arbitrary users by virtue of calling get_user_profile(). This is similar to the bot API's get_user_info(), except it only works on Users that have Profiles, that is, non-bot accounts.

It also supports several mention methods, such as pings, IDs, and usernames.