AutoReaction

This function just auto reacts for giveaways, It does notify you so that's why it's cool :)

Your Account will be banned from some servers

Using the function

const {userAccount} = require('sphinx-bc') // npm i sphinx-bc@latest

new userAccount({token: "YourAccountToken"}).autoReaction({
    channel: "The channel you want to be notified at (id)",
    user: "The user you want to get pinged"
});

Last updated