How to make a discord bot leave a server from a command in another server?
12:41 14 Jan 2018

im currently developing a Discord .Py bot; and im wanting to to be able to force my bot to leave a server if the server owner is abusing the bot; now the whole issue i have is;

1) How would i go about doing this from another server? as in say Server1(my command post): This is the server where ALL admin/dev cmds are done... so say someone is abusing the bot in Server2(random server) i would like to type in Server1 !leave 'servername' it would say a message in the server "I have been requested to leave this server by the creator" and then leave...

2) is this even possible???

Thanks in advance for any help towards this project :)

python-3.x discord.py