Skip to content

Aclevo/AclevoBot

 
 

AclevoBot

Introduction

This is the source code for AclevoBot. It is based on TheCodingBot v6_new.

Get online!

⚠️ Heads up! Docker is not recommended for AclevoBot. Use the instructions below to get your bot up and running.

  • Requirements

    • A Javascript Runtime (Nodejs, Deno, Bun)
    • Bot Tokens and IDs obtained from https://discord.dev/
    • Other dependencies should be installed automatically. If not, open an issue
  • Instructions

    1. Install latest NodeJS on the machine you'll run the bot on.
    2. Make a copy of .env.example as .env.
    3. In .env, follow the instructions and fill in any missing values.
    4. Now run one of the following:
      • Production: npm run prod or bun run prod
      • Development/Debug: npm run debug or bun run debug

Contributing

Please feel free to contribute to AclevoBot.

  • ⚠️ Please follow the pull request guidelines
  • These guidelines can be found in CONTRIBUTE.md

© Netro Corporation 2018-2023. TheCodingBot is licensed under MIT. Please credit if you would like. © Aclevo 2026. AclevoBot is licensed under GPLv3. See LICENSE for more details.

Packages

No packages published

Languages

  • JavaScript 100.0%