About ruby-selfbot-utils

ruby-selfbot-utils is a pure ruby library that uses one persistent connection for all bots, so, unlike discordselfbotutils, this program is faster and simpler and should be used for relatively small raids of discord servers

Installing for use

sudo gem install ruby-selfbot-utils

Installing for testing

git clone https://github.com/hackers-pr/ruby-selfbot-utils.git
cd ruby-selfbot-utils

Sample programs can be found in the 'examples' directory