Skip to content

Third Party Addons

Automating edited this page Mar 25, 2024 · 4 revisions

Addon Developers

BrayanBot is fully modular, it allows you to install verified Third-Party Addons to extend its functionality. As per your requirements, you can use addons to turn it into the type of bot you need! Addons can be added to turn it into a full-fledged discord bot created by our ever-growing community of developers.

Current Addon Developers:

  • This could be you

Installing Addons

  1. Create an addons folder using mkdir Addons
  2. Drop .js into your newly made Addons directory.
  3. Restart your bot. That's all!

Developing Your Own Addons

You can start developing your own addons (as long as you meet the requirements) in 4 easy steps!

Prerequisites

  • Decent knowledge in Decent knowledge of Javascript, NodeJS & DiscordJS
  • Determination
  • A functioning brain
  • Google

Developing

  1. Take a look at AddonTemplate.js
  2. Write some Javascript code
  3. Run your code
  4. Hope it works

And that's all. You are now a proud BrayanBot Addon Developer!

💡 Ran into a problem? Join our support server