ByteBots | Bots made simple!

Important

The library is nearly at the end of testing and is expected to stop being Beta releases by Dec 20th.

Once we have a main release we will push beta releases desined for testing and not production. Once we have had a minimum of 1 month of testing we will push beta releases to main.

Welcome to ByteBots DBotBits, a project that is trying to make creating bots so stupid simple, that bots can be made in less than 5 mins. We are currently working on our Javascript Library. At this moment in time the library is:

javaScipt Discord Progress: ✅✅✅✅✅✅✅✅✅✅ 100% Beta Ready

javaScipt Twitch Progress: ✅✅✅✅✅✅✅⬜⬜⬜ 70%

Once a library reaches 100% it is ready to release in Beta.

What we are currently working on:

  • Twitch Bot Intergration: We expect to release this near the end of November 2024.

How it works:

  graph LR;
  A[Your code with simple function calls 🤓] --> B[Our Library that translates all your requests 🔄]
  B --> C[Bots just works! 😊]

instead of:

client.on('messageCreate', message => {
    if (message.content === '!hello') {
        message.channel.send('Hello! how are you?');
    }
});

Our syntax is:

discordReply('hello' 'Hello! how are you?')

This will then become a /command

FAQ

  • Do I need to install the discord library?: Yes. You can easiliy install all needed NPM packages by going to the BB-DBotBits folder and running:
    npm install
    
    Note: If you used npm to install bb-dbotbits you don't need to install discord.js or anything else.
  • Do you have a Discord Server?: Yes, it can be found here.
  • Can I sell bots I make with your repo?: Our licence dictates if you use the repo you must make a donation to the project using the Buy Me A Coffee link in the sidebar.
  • Can I sell bots I make with your repo?: Yes. it just requires a donation.
  • Can i see the BB-DBotBits Licence?: Sure, here.
  • Will this library get updated regularly?: Yes, Our aim is to keep it updated and launch new features.
  • Can I request features: We have a Discord channel for that exact thing. You want somthing you can request it. We can not promise it will become reality but we will try.