[Solved] Discord Py on_message bot=False blocked?


The issue is most probably because of versions 1.7 have been stripped of all self bot methods.

If you want to Selfbot you either go with an outdated, unsupported and unmaintained library or interact directly with the API. In any case you’re breaking ToS and you won’t receive any support on any official channel.

There is no allowed use for selfbots at all. Even just connecting to the API without even receiving or sending a single message breaks the ToS.

You can only use OAuth2 protocol to make requests on behalf of a user account.

2

solved Discord Py on_message bot=False blocked?