'Trying to code a Discord selfbot to send message from multiple accounts controlled by one master account

Hey so ive been trying to make a selfbot and hopefully slowly learn python along the way. I ve gotten far enough to do it in one account but i want to do it from multiple accounts controlled by a master account with commands and command prefixes. This video shows what i am trying to replicate, just i want to do it in server as well and not necessarily spam that much just one set of message from each account is good enough. https://www.youtube.com/watch?v=1N6cR-FIJgE This is the video. How do i convert the code to use multiple tokens and control those accounts with a master account. https://github.com/casrfgd2/discod - this is the code



Solution 1:[1]

Self bots are against Discord's Terms of service and can get your account or in this case multiple accounts banned

What you could do is make a discord bot and use it to the mass dm (which is also kind of against the terms) with just one discord account

To use multiple bots with the same code you could fork the repository per bot and put the different token in your env file every fork

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Joe