I'm trying to start selfbot on an user account
```
private DiscordSocketClient client;
static void Main(string[] args) => new Program().Run().GetAwaiter().GetResult();
public async Task Run()
{
…
The attached file returns the following error:
[selfbot.txt](https://github.com/Rapptz/discord.py/files/133520/selfbot.txt) (it's a *.py, just changed to *.txt for upload)
`Ignoring exception in on_m…