😎
Sphinx-bc
  • Getting started
  • Basics
    • Using BotAccount Class
      • Making a broadCast
      • Music
  • Using userAccount Class
    • making a broadcast
    • AutoReaction
    • Leveling
  • createBot
Powered by GitBook
On this page
  1. Using userAccount Class

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"
});
Previousmaking a broadcastNextLeveling

Last updated 2 years ago