Skip to content

🔮 A Multi-functional bot with various moderation and economy functions, Using JavaScript! *Made by one for everyone!*

Notifications You must be signed in to change notification settings

BetaOfficial/Beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Beta™

Discord Bots


All Discord servers have the same problems. Members want entertainment, moderators want automation... and you just want to rest.

Your life is too precious to spend your time with useless junk, let me take care of the boring parts while you have fun on your server!

With features to entertain and engage your members, moderation features to keep your server always safe and enjoyable, and with an easy way to set up but with an unmatched power of customization...

A bot to try to make the world a better place!

Adding the Beta makes your server more perfect than it already is!

📜 Terms of use

  • You can't speak in a "we did it" way!
  • You cannot sell it!
  • We will not accept identical copies of Beta™!

🤔 How can I add it?

  • That's simple! Just click on this link accept the bot's permissions and be part of this family of more than 60k users!

👨‍💻 Turning on the beta

1. 🧹 Preparing the environment

  • Create a empty folder somewhere in your OS!

2. 🧹 Preparing the environment²

3. 🧹 Preparing the environment³

  • Run the terminal inside the empty folder and use: git clone https://github.com/BetaOfficial/Beta
  • Now run: npm install and wait for the terminal to download all dependencies!

⚠️ Values that you need to change before starting the Beta!

database/config.js:

module.exports = {
    emoji: {
        yes: '<:yes:930170194784043048>',
        no: '<:no:930170194494636152>',
        load: '<a:loading:972914112193495130>',
    },
    bot: {
        token: 'YOUR BOT TOKEN',
        prefix: 'YOUR BOT PREFIX',
        id: 'YOUR BOT ID',
        secret: 'YOUR BOT SECRET',
        version: 'YOUR BOT VERSION'
    },
    nodes: {
        node1: 'local.host', // NODE 01
        password1: 'YOUR PASSWORD',
        port1: 80,
        secure1: false,
    },
    owners: {
        ID1: 'OWNER ID1',
        ID2: 'OWNER ID2',
    },
    spotify: {
        clientID: 'CLIENT ID',
        clientSecret: 'CLIENT SECRET'
    },
};

5. 🤖 Starting Beta

  • Run using node index.js
  • Check the console to see if there are any errors... Well, we hope that there are none!

About

🔮 A Multi-functional bot with various moderation and economy functions, Using JavaScript! *Made by one for everyone!*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published